Skip to content

Commit

Permalink
Merge pull request #1848 from rbrtbnfgl/wait_release_job
Browse files Browse the repository at this point in the history
Wait all the jobs to finish before deploying the github-page
  • Loading branch information
thomasferrandiz authored Dec 22, 2023
2 parents aa4fc2b + 8f582f5 commit e8fb810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
dist/kube-flannel.yml
dist/kube-flannel-psp.yml
- name: Wait for previous job
uses: yogeshlonkar/[email protected]
with:
jobs: build-and-push-images

- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit e8fb810

Please sign in to comment.