Skip to content

Commit a5d4444

Browse files
authored
cache is shared across runs on the same branch (#344)
Signed-off-by: Rupam-It <mannarupam3@gmail.com>
1 parent 1abb442 commit a5d4444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache/restore@v4
2626
with:
2727
path: .lycheecache
28-
key: cache-lychee-${{ github.sha }}
28+
key: cache-lychee-${{ github.ref_name }}
2929
restore-keys: cache-lychee-
3030

3131
# We do not need to build the site, so we can remove the Hugo build steps, thanks to the hugo check validation on push

0 commit comments

Comments
 (0)