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-quick-check.yml
vendored
6
.github/workflows/ci-quick-check.yml
vendored
@@ -37,6 +37,12 @@ jobs:
|
||||
with:
|
||||
runner-os: '["ubuntu-latest"]'
|
||||
|
||||
build-scan-publish:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-build-scan-publish.yml
|
||||
with:
|
||||
runner-os: '["ubuntu-latest"]'
|
||||
|
||||
cache-cleanup:
|
||||
needs: build-distribution
|
||||
uses: ./.github/workflows/integ-test-cache-cleanup.yml
|
||||
|
||||
Reference in New Issue
Block a user