mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Split out test that requires DV access key
This commit is contained in:
6
.github/workflows/ci-full-check.yml
vendored
6
.github/workflows/ci-full-check.yml
vendored
@@ -30,6 +30,12 @@ jobs:
|
||||
with:
|
||||
cache-key-prefix: ${{github.run_number}}-
|
||||
|
||||
build-scan-publish:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-build-scan-publish.yml
|
||||
with:
|
||||
cache-key-prefix: ${{github.run_number}}-
|
||||
|
||||
cache-cleanup:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-cache-cleanup.yml
|
||||
|
||||
Reference in New Issue
Block a user