Skip to content

Commit

Permalink
ci: use poseidon/wait-for-status-checks
Browse files Browse the repository at this point in the history
because lewagon is ruby based and doesn't work on non-ubuntu runners
  • Loading branch information
tekumara committed Sep 23, 2023
1 parent d5b51bb commit dae3290
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build check to succeed
uses: lewagon/wait-on-check-action@v1.3.1
uses: poseidon/wait-for-status-checks@v0.3.0
with:
ref: ${{ github.ref }}
check-regexp: build.*
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 5
token: ${{ secrets.GITHUB_TOKEN }}
interval: 5

dist:
strategy:
Expand Down

0 comments on commit dae3290

Please sign in to comment.