fix: resolve test duration cache issues in CI workflows (#3506)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled

This commit is contained in:
Greyson LaLonde
2025-09-12 08:38:47 -04:00
committed by GitHub
parent 1a70f1698e
commit 1f1ab14b07
2 changed files with 20 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: .test_durations_py*
key: test-durations-py${{ matrix.python-version }}-${{ github.sha }}
key: test-durations-py${{ matrix.python-version }}
- name: Save uv caches
if: steps.cache-restore.outputs.cache-hit != 'true'