Skip to content

Commit

Permalink
feat: wait on check correctly waits on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szattila98 committed Mar 27, 2024
1 parent d582c02 commit 677ee4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Wait on checks
uses: lewagon/wait-on-check-action@master
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.sha }}
ref: ${{ github.ref }}
running-workflow-name: 'Lints and tests'
repo-token: ${{ secrets.GITHUB_TOKEN }}
check-name: 'Backend checks'
wait-interval: 10

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 677ee4f

Please sign in to comment.