diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d07d00e9e..449b5c1139 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,9 +52,8 @@ jobs: id: run-caches-restore with: path: ${{ env.CACHE_DIR }} - key: ${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }} + key: ${{ runner.os }}-login-run-caches-${{ github.sha }} restore-keys: | - ${{ runner.os }}-login-run-caches-${{ github.event.inputs.ref-tag }}- ${{ runner.os }}-login-run-caches- - name: Show Run Caches run: make show-run-caches