Skip to content

Commit a71047e

Browse files
committed
ci(release): use poseidon/wait-for-status-checks@v0.6.0
for consistency
1 parent c7b9c0c commit a71047e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Wait for build check to succeed
13-
uses: lewagon/wait-on-check-action@v1.3.1
12+
- name: Wait for checks to succeed
13+
uses: poseidon/wait-for-status-checks@v0.6.0
1414
with:
15-
ref: ${{ github.ref }}
16-
check-name: build
17-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
wait-interval: 5
15+
token: ${{ secrets.GITHUB_TOKEN }}
16+
interval: 5
1917
- uses: actions/checkout@v3
2018
- name: Set up Python
2119
id: setup-python

0 commit comments

Comments
 (0)