Skip to content

Commit bb7ea48

Browse files
committed
Use 1 thread to avoid rate limits
1 parent 2c99a95 commit bb7ea48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
--max-cache-age 2d
3232
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
3333
--exclude '^http://192\.168\.56\.101'
34+
--threads 1
3435
- name: Save lychee cache
3536
uses: actions/cache/save@v4
3637
if: always()

0 commit comments

Comments
 (0)