mirror of
https://github.com/gradle/actions.git
synced 2026-08-23 06:12:51 +00:00
Queue up integ-test runs
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: CI-integ-test-caching
|
group: CI-integ-test-caching
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
queue: max
|
||||||
with:
|
with:
|
||||||
skip-dist: false
|
skip-dist: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -42,6 +43,7 @@ jobs:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: CI-integ-test-other
|
group: CI-integ-test-other
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
queue: max
|
||||||
with:
|
with:
|
||||||
skip-dist: false
|
skip-dist: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -54,6 +56,7 @@ jobs:
|
|||||||
concurrency:
|
concurrency:
|
||||||
group: CI-integ-test-dependency-submission
|
group: CI-integ-test-dependency-submission
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
queue: max
|
||||||
with:
|
with:
|
||||||
skip-dist: false
|
skip-dist: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user