mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 12:05:48 +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:
|
||||
uses: ./.github/workflows/suite-integ-test-caching.yml
|
||||
concurrency:
|
||||
group: CI-integ-test
|
||||
group: CI-integ-test-full
|
||||
cancel-in-progress: false
|
||||
with:
|
||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
contents: write
|
||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
||||
concurrency:
|
||||
group: CI-integ-test
|
||||
group: CI-integ-test-full
|
||||
cancel-in-progress: false
|
||||
with:
|
||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
|
||||
Reference in New Issue
Block a user