There was an error while loading. Please reload this page.
1 parent 2363588 commit 7daf3aaCopy full SHA for 7daf3aa
1 file changed
.github/workflows/all-green.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: yarn add @actions/github octokit
31
- run: node scripts/all-green.mjs
32
env:
33
- DELAY: 5
+ DELAY: ${{ github.run_attempt == 1 && '7' || '0' }} # 7 minutes on first attempt, no delay on reruns
34
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
35
GITHUB_TOKEN: ${{ github.token }}
36
POLLING_INTERVAL: 1
0 commit comments