mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 13:05:47 +08:00
Use a separate concurrency group for integ-test-full
This commit is contained in:
4
.github/workflows/ci-integ-test-full.yml
vendored
4
.github/workflows/ci-integ-test-full.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
caching-integ-tests:
|
caching-integ-tests:
|
||||||
uses: ./.github/workflows/suite-integ-test-caching.yml
|
uses: ./.github/workflows/suite-integ-test-caching.yml
|
||||||
concurrency:
|
concurrency:
|
||||||
group: CI-integ-test
|
group: CI-integ-test-full
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
with:
|
with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
uses: ./.github/workflows/suite-integ-test-other.yml
|
||||||
concurrency:
|
concurrency:
|
||||||
group: CI-integ-test
|
group: CI-integ-test-full
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
with:
|
with:
|
||||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||||
|
|||||||
Reference in New Issue
Block a user