mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Only allow one integ-test at a time per branch
This commit is contained in:
4
.github/workflows/ci-integ-test.yml
vendored
4
.github/workflows/ci-integ-test.yml
vendored
@@ -9,6 +9,10 @@ on:
|
|||||||
- 'release/**'
|
- 'release/**'
|
||||||
- 'dev/**' # Allow running tests on dev branches without a PR
|
- 'dev/**' # Allow running tests on dev branches without a PR
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: integ-tests-${{ github.ref }}
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
determine-suite:
|
determine-suite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user