Skip to content

Commit

Permalink
Update job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Aug 15, 2024
1 parent ea5ad07 commit 928f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
secrets: inherit
send-notification:
name: Send Notification
needs: [ deploy-artifacts ]
needs: [ publish-plugins ]
if: ${{ failure() || cancelled() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 928f1c5

Please sign in to comment.