Skip to content

Commit 7a2a194

Browse files
authored
Update continuous-integration-workflow.yml
Signed-off-by: Rob Winch <[email protected]>
1 parent 1a91d97 commit 7a2a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: notFound
2424
send-notification:
2525
name: Send Notification
26-
needs: [ perform-release ]
26+
needs: [ build ]
2727
if: ${{ !success() }}
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)