From f5d0ebc002115830fd9dd235f38c356117708206 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 00:01:00 -0600 Subject: [PATCH] Update workflow --- .github/workflows/ci-quick-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-quick-check.yml b/.github/workflows/ci-quick-check.yml index 01c512c..19fe732 100644 --- a/.github/workflows/ci-quick-check.yml +++ b/.github/workflows/ci-quick-check.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest outputs: 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: - name: Checkout sources uses: actions/checkout@v4 @@ -23,6 +24,7 @@ jobs: uses: ./.github/workflows/integ-test-action-inputs.yml with: runner-os: ${{ needs.build-distribution.outputs.runner-os }} + cache-key-prefix: ${{ needs.build-distribution.outputs.cache-key-prefix }} # cache-cleanup: # needs: build-distribution