From df104c5d925b185a1dd0c5eb2ba41bdc4353fbca Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 26 Feb 2024 20:05:27 +0100 Subject: [PATCH] We should also wait for the exact sha workflow --- .github/workflows/e2e-k3d.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index 43779b3ca..6f106cdce 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -82,14 +82,14 @@ jobs: - name: Wait for Backend Docker Image uses: lewagon/wait-on-check-action@v1.3.3 with: - ref: ${{ github.ref }} + ref: ${{ github.sha }} check-name: Build Backend Docker Image repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Wait for Website Docker Image uses: lewagon/wait-on-check-action@v1.3.3 with: - ref: ${{ github.ref }} + ref: ${{ github.sha }} check-name: Build Website Docker Image repo-token: ${{ secrets.GITHUB_TOKEN }}