From b2c790b51fa038e9804395fcf914df7d00128605 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 9 Apr 2024 18:39:15 +0200 Subject: [PATCH] fix: release workflows wait-on-check-action --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eeb11fffa..26937ce01 100644 --- a/.github/workflows/release.yaml +++ b/.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"