Temporarily disable cache prefixing in integ tests

This is an attempt to stabilize our CI workflows.
This commit is contained in:
daz 2024-04-10 19:47:30 -06:00
parent c31cff66cf
commit be0b7f44a7
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
runner-os: ${{ steps.determine-suite.outputs.suite == 'quick' && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest", "macos-latest"]' }}
cache-key-prefix: ${{ steps.determine-suite.outputs.suite == 'quick' && '0' || github.run_number }}
cache-key-prefix: '0' # ${{ steps.determine-suite.outputs.suite == 'quick' && '0' || github.run_number }}
steps:
- name: Determine suite to run
id: determine-suite