mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-08 01:06:12 +02:00
Prevent concurrent running of integ-test workflows
This commit is contained in:
parent
db5c425004
commit
adcc4faa55
11 changed files with 33 additions and 0 deletions
|
@ -6,6 +6,9 @@ on:
|
|||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
env:
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}:${{github.run_attempt}}-
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue