Skip to content

Commit

Permalink
fix: release workflows wait-on-check-action
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 9, 2024
1 parent 6cda9e0 commit b2c790b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# Wait for tests to pass and push images (ONLY ON TAG)
- name: Wait for tests to succeed
if: startsWith(github.ref, 'refs/tags/')
uses: lewagon/wait-on-check-action@v1.1.1
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
check-name: "Full Test Suite"
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
# Wait for tests to pass and create release (ONLY ON TAG)
- name: Wait for tests to succeed
if: startsWith(github.ref, 'refs/tags/')
uses: lewagon/wait-on-check-action@v1.1.1
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
check-name: "Full Test Suite"
Expand Down

0 comments on commit b2c790b

Please sign in to comment.