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