fix: release workflows wait-on-check-action

pull/1417/head v5.6.2
iwilltry42 3 months ago
parent 6cda9e0993
commit b2c790b51f
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 4
      .github/workflows/release.yaml

@ -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"
@ -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"

Loading…
Cancel
Save