We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4269329 commit b71dd45Copy full SHA for b71dd45
.github/workflows/all-green.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: wechuli/allcheckspassed@b0eaef5be76003932c9520e2b3dd03c85cc43d87 # v2.2.0
23
with:
24
- delay: '6' # Wait for 6 minutes before polling for the first time
+ delay: ${{ github.run_attempt == 1 && '6' || '0' }} # 6m on first attempt, no delay on reruns
25
retries: 30 # once per minute, some checks take up to 15 min, retries are possible
26
checks_exclude: devflow.*
27
fail_fast: false
0 commit comments