We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a91d97 commit 7a2a194Copy full SHA for 7a2a194
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
run: notFound
24
send-notification:
25
name: Send Notification
26
- needs: [ perform-release ]
+ needs: [ build ]
27
if: ${{ !success() }}
28
runs-on: ubuntu-latest
29
steps:
0 commit comments