Skip to content

Commit 15c4062

Browse files
authored
Use new Ultralytics Retry action (#13407)
Automated merge of Ultralytics Code Refactor
1 parent 795b741 commit 15c4062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
timeout_minutes: 5
3434
retry_delay_seconds: 60
35-
retries: 3
35+
retries: 2
3636
run: |
3737
lychee \
3838
--scheme 'https' \
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
timeout_minutes: 5
5555
retry_delay_seconds: 60
56-
retries: 3
56+
retries: 2
5757
run: |
5858
lychee \
5959
--scheme 'https' \

0 commit comments

Comments
 (0)