Skip to content

Commit 970687e

Browse files
[SELC-5887] Fix workflow name in create_release_branch.yml (#207)
1 parent 612d21f commit 970687e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/create_release_branch.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
gh workflow run release_pnpg_ms.yml \
4343
--ref ${{ steps.create_branch.outputs.new_branch_name }}
4444
45-
- name: Trigger release cdc UAT Release
45+
- name: Trigger release user cdc UAT Release
4646
run: |
47-
gh workflow run release_cdc.yml \
47+
gh workflow run release_user_cdc.yml \
4848
--ref ${{ steps.create_branch.outputs.new_branch_name }}
4949
5050
- name: Trigger PNPG release cdc UAT Release
@@ -61,4 +61,9 @@ jobs:
6161
run: |
6262
gh workflow run release_pnpg_user_group_ms.yml \
6363
--ref ${{ steps.create_branch.outputs.new_branch_name }}
64+
65+
- name: Trigger release user-group-cdc UAT Release
66+
run: |
67+
gh workflow run release_user_group_cdc.yml \
68+
--ref ${{ steps.create_branch.outputs.new_branch_name }}
6469

0 commit comments

Comments
 (0)