mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Change retry delay from 900 to 1800 seconds on links.yml (#22604)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d34c8413f5
commit
b4cfbd42bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
uses: ultralytics/actions/retry@main
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
retry_delay_seconds: 900
|
||||
retry_delay_seconds: 1800
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
uses: ultralytics/actions/retry@main
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
retry_delay_seconds: 900
|
||||
retry_delay_seconds: 1800
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
|
|
|
|||
Loading…
Reference in a new issue