mirror of
https://github.com/gradle/actions.git
synced 2025-04-23 03:09:20 +08:00
Update workflow
This commit is contained in:
parent
11457b7486
commit
f5d0ebc002
2
.github/workflows/ci-quick-check.yml
vendored
2
.github/workflows/ci-quick-check.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
runner-os: ${{ steps.PR.outputs.pr_found == 'true' && '["ubuntu-latest", "windows-latest", "macos-latest"]' || '["ubuntu-latest"]' }}
|
runner-os: ${{ steps.PR.outputs.pr_found == 'true' && '["ubuntu-latest", "windows-latest", "macos-latest"]' || '["ubuntu-latest"]' }}
|
||||||
|
cache-key-prefix: ${{ steps.PR.outputs.pr_found == 'true' && github.run_number || '' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -23,6 +24,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/integ-test-action-inputs.yml
|
uses: ./.github/workflows/integ-test-action-inputs.yml
|
||||||
with:
|
with:
|
||||||
runner-os: ${{ needs.build-distribution.outputs.runner-os }}
|
runner-os: ${{ needs.build-distribution.outputs.runner-os }}
|
||||||
|
cache-key-prefix: ${{ needs.build-distribution.outputs.cache-key-prefix }}
|
||||||
|
|
||||||
# cache-cleanup:
|
# cache-cleanup:
|
||||||
# needs: build-distribution
|
# needs: build-distribution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user