Skip to content

Commit 33bc083

Browse files
Chris YangfotiDim
authored andcommitted
Revert "[ci] Revert the wait-on-check hash change (flutter#4287)" (flutter#4289)
Relands flutter#4262 as the white list has been updated to allow the newer wait-on-check version.
1 parent 1586b45 commit 33bc083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ jobs:
3030

3131
# This workflow should be the last to run. So wait for all the other tests to succeed.
3232
- name: Wait on all tests
33-
uses: lewagon/wait-on-check-action@1b1630e169116b58a4b933d5ad7effc46d3d312d
33+
uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe
3434
with:
3535
ref: ${{ github.sha }}
3636
running-workflow-name: 'release'
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838
wait-interval: 180 # seconds
3939
allowed-conclusions: success
40+
# verbose:true will produce too many logs that hang github actions web UI.
41+
verbose: false
4042

4143
- name: run release
4244
run: |

0 commit comments

Comments
 (0)