Skip to content

Commit 3f15d65

Browse files
Renamed the deployment workflow
1 parent 046bd35 commit 3f15d65

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy-orchestrator.yml

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

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

.github/workflows/job-send-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
continue-on-error: true
7575
env:
76-
accelerator_name: "DocGen"
76+
accelerator_name: "Content Gen"
7777
steps:
7878
- name: Validate Workflow Input Parameters
7979
shell: bash

0 commit comments

Comments
 (0)