Skip to content

Commit 77eac14

Browse files
authored
[ci] Update lewagon/wait-on-check-action to latest version. (#461)
* Update version of lewagon/wait-on-check-action on the release workflow so it waits for more than 30 checks. * Backport flutter/plugins/pull/4321 to this repo
1 parent 9886b8b commit 77eac14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
# # This workflow should be the last to run. So wait for all the other tests to succeed.
3131
- name: Wait on all tests
32-
uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe
32+
uses: lewagon/wait-on-check-action@5e937358caba2c7876a2ee06e4a48d0664fe4967
3333
with:
3434
ref: ${{ github.sha }}
3535
running-workflow-name: 'release'
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737
wait-interval: 180 # seconds
38-
allowed-conclusions: success
38+
allowed-conclusions: success,neutral
3939

4040
- name: run release
4141
run: |

0 commit comments

Comments
 (0)