We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5ad07 commit 928f1c5Copy full SHA for 928f1c5
.github/workflows/build-and-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
secrets: inherit
32
send-notification:
33
name: Send Notification
34
- needs: [ deploy-artifacts ]
+ needs: [ publish-plugins ]
35
if: ${{ failure() || cancelled() }}
36
runs-on: ubuntu-latest
37
steps:
0 commit comments