mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Only allow one integ-test at a time per branch
This commit is contained in:
parent
fcf9eeaf01
commit
0627979b9c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-integ-test.yml
vendored
4
.github/workflows/ci-integ-test.yml
vendored
|
@ -9,6 +9,10 @@ on:
|
|||
- 'release/**'
|
||||
- 'dev/**' # Allow running tests on dev branches without a PR
|
||||
|
||||
concurrency:
|
||||
group: integ-tests-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
determine-suite:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue