Segregate cache key for quick and full integtest

This commit is contained in:
daz 2024-07-21 14:38:05 -06:00
parent 561dcd8516
commit c9872874b0
No known key found for this signature in database

View File

@ -66,7 +66,7 @@ jobs:
uses: ./.github/workflows/integ-test-cache-cleanup.yml
with:
runner-os: '${{ needs.determine-suite.outputs.runner-os }}'
cache-key-prefix: '${{github.run_number}}-' # Requires a fresh cache entry each run
cache-key-prefix: '${{ needs.determine-suite.outputs.suite}}-${{github.run_number}}-' # Requires a fresh cache entry each run
skip-dist: ${{ needs.determine-suite.outputs.suite == 'full' }}
caching-config: