Skip to content

Commit

Permalink
wait on everything else in verify
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed May 10, 2024
1 parent b8e714b commit 7908e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
- id: build
name: Build Provider
run: go build -v
- name: Wait for other checks to succeed
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: Build Project
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

0 comments on commit 7908e12

Please sign in to comment.