From e4da77fa446a4c7d92460d76235be4c20605c985 Mon Sep 17 00:00:00 2001 From: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:35:05 +0100 Subject: [PATCH] Use new Ultralytics Retry action (#2301) Automated merge of Ultralytics Code Refactor --- .github/workflows/links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d574fa3113..fe8b5a6777 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -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' \