Skip to content

Commit

Permalink
fix polling settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed May 29, 2024
1 parent ae93502 commit b1e0097
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/all_checks_pas.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/all_checks_pass.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: All checks pass
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
allchecks:
runs-on: ubuntu-latest
permissions:
checks: read
contents: read
steps:
- uses: wechuli/allcheckspassed@v1
with:
# Wait 5 minutes, then poll every 3 minutes for up to 60 minutes (65 minutes total)
delay: 5
retries: 20
polling_interval: 3

0 comments on commit b1e0097

Please sign in to comment.