Skip to content

Commit 05f7c47

Browse files
Chris Yangamantoux
authored andcommitted
[ci] Revert the wait-on-check hash change (flutter#4287)
1 parent 2915a9a commit 05f7c47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ 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@a0f99ce1e713de216866868c3da4d4183a051cbe
33+
uses: lewagon/wait-on-check-action@1b1630e169116b58a4b933d5ad7effc46d3d312d
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
4240

4341
- name: run release
4442
run: |

0 commit comments

Comments
 (0)