We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02b647 commit 32ca776Copy full SHA for 32ca776
.github/workflows/release.yml
@@ -30,13 +30,15 @@ jobs:
30
31
# This workflow should be the last to run. So wait for all the other tests to succeed.
32
- name: Wait on all tests
33
- uses: lewagon/wait-on-check-action@1b1630e169116b58a4b933d5ad7effc46d3d312d
+ uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe
34
with:
35
ref: ${{ github.sha }}
36
running-workflow-name: 'release'
37
repo-token: ${{ secrets.GITHUB_TOKEN }}
38
wait-interval: 180 # seconds
39
allowed-conclusions: success
40
+ # verbose:true will produce too many logs that hang github actions web UI.
41
+ verbose: false
42
43
- name: run release
44
run: |
0 commit comments