Use new Ultralytics Retry action (#13407)
Automated merge of Ultralytics Code Refactorpull/13408/head
parent
795b741542
commit
15c40626f5
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
timeout_minutes: 5
|
||||
retry_delay_seconds: 60
|
||||
retries: 3
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
--scheme 'https' \
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
with:
|
||||
timeout_minutes: 5
|
||||
retry_delay_seconds: 60
|
||||
retries: 3
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
--scheme 'https' \
|
||||
|
|
Loading…
Reference in New Issue