Skip to content

Commit

Permalink
add needs post
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone authored Aug 9, 2024
1 parent 8673c63 commit 5aba99c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:

post:
name: Post

runs-on: ubuntu-latest

# always runs, regardless of the outcome of any of the previous steps
if: always()
needs: [windows_job, linux_job, macos_job]

steps:
- name: Post
Expand Down

0 comments on commit 5aba99c

Please sign in to comment.