Skip to content

Commit b381ce3

Browse files
committed
Test sending notification after deploy-artifacts job
1 parent d1beddc commit b381ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
secrets: inherit
3232
send-notification:
3333
name: Send Notification
34-
needs: [ publish-plugins ]
34+
needs: [ deploy-artifacts ]
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Send Notification

0 commit comments

Comments
 (0)