From 5ebdc7a239faa73d8e4b0e6f48305ba88475f7b4 Mon Sep 17 00:00:00 2001 From: David Iglesias Teixeira Date: Wed, 8 Sep 2021 13:24:05 -0700 Subject: [PATCH 1/2] [ci] Update lewagon/wait-on-check-action to latest version. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a91869015f..c68792e2fb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests - uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe + uses: lewagon/wait-on-check-action@5e937358caba2c7876a2ee06e4a48d0664fe4967 with: ref: ${{ github.sha }} running-workflow-name: 'release' From fde84ff7d5188f19f23e7a6869ab1b6b8aa322d2 Mon Sep 17 00:00:00 2001 From: David Iglesias Teixeira Date: Wed, 8 Sep 2021 13:28:12 -0700 Subject: [PATCH 2/2] Backport flutter/plugins/pull/4321 to this repo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c68792e2fb3..ab10d6b3c88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: running-workflow-name: 'release' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 180 # seconds - allowed-conclusions: success + allowed-conclusions: success,neutral - name: run release run: |