mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Temporarily disable cache prefixing in integ tests
This is an attempt to stabilize our CI workflows.
This commit is contained in:
parent
c31cff66cf
commit
be0b7f44a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-integ-test.yml
vendored
2
.github/workflows/ci-integ-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue