Skip to content

Commit

Permalink
update allcheckspass
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 21, 2024
1 parent ac57216 commit a1f173f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/all_checks_pass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
steps:
- uses: wechuli/allcheckspassed@v1
with:
# Wait 5 minutes, then poll every 3 minutes for up to 60 minutes (65 minutes total)
delay: 5
# Wait 10 minutes, then poll every 3 minutes for up to 60 minutes (70 minutes total)
delay: 10
retries: 20
polling_interval: 3
# These jobs are:
# - set in branch protection rules
# - not required
# - expected to fail until an action is taken (like a review)
checks_exclude: 'require-checklist'

0 comments on commit a1f173f

Please sign in to comment.