From 7908e120149cff901362fc9b3be8ad255d61c1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Fri, 10 May 2024 17:56:21 +0200 Subject: [PATCH] wait on everything else in verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .github/workflows/verify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 26a32933c..e40f644e5 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -46,3 +46,10 @@ jobs: - id: build name: Build Provider run: go build -v + - name: Wait for other checks to succeed + uses: lewagon/wait-on-check-action@v1.3.4 + with: + ref: ${{ github.ref }} + running-workflow-name: Build Project + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10