Skip to content

Commit 50e4adf

Browse files
committed
Use specific caches to make sure we update it on a re-run
1 parent e09da5d commit 50e4adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/cache/restore@v4
1717
with:
1818
path: .lycheecache
19-
key: cache-lychee
19+
key: cache-lychee-${{ github.run_id }}-${{ github.run_attempt }}
2020
restore-keys: cache-lychee
2121
- name: Link Checker
2222
id: lychee

0 commit comments

Comments
 (0)