Skip to content

Commit b3e0db5

Browse files
committed
Do not cache most common errors
1 parent 105706e commit b3e0db5

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
@@ -27,7 +27,7 @@ jobs:
2727
--verbose
2828
--no-progress
2929
--cache
30-
--cache-exclude-status 429
30+
--cache-exclude-status '429, 403, 404, 502'
3131
--max-cache-age 2d
3232
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3333
--exclude '^http://192\.168\.56\.101'

0 commit comments

Comments
 (0)