Skip to content

Commit

Permalink
Use new Ultralytics Retry action (#13407)
Browse files Browse the repository at this point in the history
Automated merge of Ultralytics Code Refactor
  • Loading branch information
pderrenger authored Nov 8, 2024
1 parent 795b741 commit 15c4062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
timeout_minutes: 5
retry_delay_seconds: 60
retries: 3
retries: 2
run: |
lychee \
--scheme 'https' \
Expand All @@ -53,7 +53,7 @@ jobs:
with:
timeout_minutes: 5
retry_delay_seconds: 60
retries: 3
retries: 2
run: |
lychee \
--scheme 'https' \
Expand Down

0 comments on commit 15c4062

Please sign in to comment.