mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Only allow 1 integ-test at a time
This commit is contained in:
parent
82758ea0fa
commit
b51fcf4d6c
2
.github/workflows/ci-integ-test-full.yml
vendored
2
.github/workflows/ci-integ-test-full.yml
vendored
@ -10,7 +10,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: integ-test-${{ github.ref }}
|
||||
group: integ-test
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
2
.github/workflows/ci-integ-test.yml
vendored
2
.github/workflows/ci-integ-test.yml
vendored
@ -15,7 +15,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: integ-test-${{ github.ref }}
|
||||
group: integ-test
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user