From 6959a51c7c1e32fde383dfc4d90a3f58757b21fd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 22 Nov 2024 13:33:39 +0100 Subject: [PATCH] Update links.yml to 3 retries (#136) --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 5d3c22fdc2..1e6d86abf8 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -64,7 +64,7 @@ jobs: with: timeout_minutes: 60 retry_delay_seconds: 900 - retries: 2 + retries: 3 run: | # Count successfully downloaded files downloaded_files=$(find ${{ matrix.website }} -type f | wc -l)