We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e84965 commit f988f61Copy full SHA for f988f61
.github/workflows/release.yml
@@ -30,7 +30,7 @@ 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@a0f99ce1e713de216866868c3da4d4183a051cbe
+ uses: lewagon/wait-on-check-action@5e937358caba2c7876a2ee06e4a48d0664fe4967
34
with:
35
ref: ${{ github.sha }}
36
running-workflow-name: 'release'
0 commit comments