mirror of
https://github.com/gradle/actions
synced 2024-11-27 20:02:19 +00:00
Check for secrets when running tests that require them
This commit is contained in:
parent
667e034cd9
commit
bd3d4b0246
1 changed files with 2 additions and 0 deletions
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:
|
||||||
|
|
Loading…
Reference in a new issue