Skip to content

Commit 0b896cb

Browse files
authored
chore(ci): restore all-green 30 retries max (#7806)
Set `RETRIES` to `30` so `all-green` restores the original 7+30 minute timeout window.
1 parent ad01950 commit 0b896cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
3535
GITHUB_TOKEN: ${{ github.token }}
3636
POLLING_INTERVAL: 1
37-
RETRIES: 15
37+
RETRIES: 30
3838
- name: Require vendor validation when vendor/ changes
3939
if: github.event_name == 'pull_request'
4040
env:

0 commit comments

Comments
 (0)