mirror of
https://github.com/gradle/actions.git
synced 2025-04-21 18:29:18 +08:00
Only allow one integ-test at a time per branch
This commit is contained in:
parent
fcf9eeaf01
commit
cb3b5fae06
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…
x
Reference in New Issue
Block a user