mirror of
https://github.com/gradle/actions.git
synced 2025-08-20 16:41:28 +08:00
Prevent concurrent jobs in integ-test-full
This commit is contained in:
parent
f8ba43cf0a
commit
af1da67850
6
.github/workflows/ci-integ-test-full.yml
vendored
6
.github/workflows/ci-integ-test-full.yml
vendored
@ -16,6 +16,9 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
caching-integ-tests:
|
caching-integ-tests:
|
||||||
uses: ./.github/workflows/suite-integ-test-caching.yml
|
uses: ./.github/workflows/suite-integ-test-caching.yml
|
||||||
|
concurrency:
|
||||||
|
group: CI-integ-test-full
|
||||||
|
cancel-in-progress: false
|
||||||
with:
|
with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||||
skip-dist: true
|
skip-dist: true
|
||||||
@ -23,6 +26,9 @@ jobs:
|
|||||||
|
|
||||||
other-integ-tests:
|
other-integ-tests:
|
||||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
uses: ./.github/workflows/suite-integ-test-other.yml
|
||||||
|
concurrency:
|
||||||
|
group: CI-integ-test-full
|
||||||
|
cancel-in-progress: false
|
||||||
with:
|
with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||||
skip-dist: true
|
skip-dist: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user