From be0b7f44a74f59c4fb82bf05bdbd8bed1920e552 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 19:47:30 -0600 Subject: [PATCH] Temporarily disable cache prefixing in integ tests This is an attempt to stabilize our CI workflows. --- .github/workflows/ci-integ-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index 7d13f1b..8748c3b 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -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