Skip to content

Commit c5ccee1

Browse files
committed
force cache update also on hit
1 parent 519744f commit c5ccee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gen-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
uses: actions/cache@v4
3939
with:
4040
path: last-squid-commit.txt
41-
key: squid-last-commit-hash
41+
key: last-commit-hash-${{ github.run_id }}
42+
restore-keys: last-commit-hash
4243

4344
- name: Check for squid source updates
4445
id: check_squid_updates

0 commit comments

Comments
 (0)