We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519744f commit c5ccee1Copy full SHA for c5ccee1
1 file changed
.github/workflows/gen-docs.yaml
@@ -38,7 +38,8 @@ jobs:
38
uses: actions/cache@v4
39
with:
40
path: last-squid-commit.txt
41
- key: squid-last-commit-hash
+ key: last-commit-hash-${{ github.run_id }}
42
+ restore-keys: last-commit-hash
43
44
- name: Check for squid source updates
45
id: check_squid_updates
0 commit comments