Skip to content

Commit 046bd35

Browse files
chore: temporarily disable send-notification job in deployment orchestrator
1 parent cd2c7a2 commit 046bd35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-orchestrator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
secrets: inherit
111111

112112
send-notification:
113-
if: "!cancelled()"
113+
# if: "!cancelled()"
114+
if: false # Temporarily disable notifications
114115
needs: [docker-build, deploy, e2e-test]
115116
uses: ./.github/workflows/job-send-notification.yml
116117
with:

0 commit comments

Comments
 (0)