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)