Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 83f8c4c

Browse files
author
Chris Yang
authored
[ci] update wait-on-check version and set verbose to false (#4262)
1 parent 78b914d commit 83f8c4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@ jobs:
2828
run: dart pub get
2929
working-directory: ${{ github.workspace }}/script/tool
3030

31-
# # This workflow should be the last to run. So wait for all the other tests to succeed.
31+
# 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@0179dfc359f90a703c41240506f998ee1603f9ea
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)