mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Check for secrets when running tests that require them
This commit is contained in:
2
.github/workflows/ci-quick-check.yml
vendored
2
.github/workflows/ci-quick-check.yml
vendored
@@ -93,6 +93,7 @@ jobs:
|
|||||||
runner-os: '["ubuntu-latest"]'
|
runner-os: '["ubuntu-latest"]'
|
||||||
|
|
||||||
develocity-injection:
|
develocity-injection:
|
||||||
|
if: ${{ vars.HAS_GRADLE_ACTIONS_SECRETS == 'true' }}
|
||||||
needs: build-distribution
|
needs: build-distribution
|
||||||
uses: ./.github/workflows/integ-test-inject-develocity.yml
|
uses: ./.github/workflows/integ-test-inject-develocity.yml
|
||||||
with:
|
with:
|
||||||
@@ -107,6 +108,7 @@ jobs:
|
|||||||
runner-os: '["ubuntu-latest"]'
|
runner-os: '["ubuntu-latest"]'
|
||||||
|
|
||||||
restore-configuration-cache:
|
restore-configuration-cache:
|
||||||
|
if: ${{ vars.HAS_GRADLE_ACTIONS_SECRETS == 'true' }}
|
||||||
needs: build-distribution
|
needs: build-distribution
|
||||||
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
|
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user