Skip to content

Commit

Permalink
Fix runtime logs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Nov 22, 2023
1 parent d0561c2 commit b7c17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache@v3
with:
path: cache/runtime-logs
key: runtime-logs-${{ github.head_ref || github.ref }}-${{ github.ref }}
key: runtime-logs-${{ github.head_ref || github.ref }}-${{ github.sha }}
restore-keys: |
runtime-logs-${{ github.head_ref || github.ref }}-
runtime-logs-
Expand Down

0 comments on commit b7c17ac

Please sign in to comment.