Update workflow

This commit is contained in:
daz 2024-04-10 00:01:00 -06:00
parent 11457b7486
commit f5d0ebc002
No known key found for this signature in database

View File

@ -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