Skip to content

Commit 0038a3f

Browse files
Enabled send-notification job
1 parent 9417889 commit 0038a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-orchestrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
secrets: inherit
112112

113113
send-notification:
114-
if: false
114+
if: "!cancelled()"
115115
needs: [docker-build, deploy, e2e-test]
116116
uses: ./.github/workflows/job-send-notifications.yml
117117
with:

0 commit comments

Comments
 (0)