Skip to content

Commit

Permalink
Update links.yml to 3 retries (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Nov 22, 2024
1 parent c6c2c2c commit 6959a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6959a51

Please sign in to comment.