Skip to content

Commit 1bbbe77

Browse files
CCM-11942 Uses shared dispatch workflow with overrides
1 parent 1ccf2c6 commit 1bbbe77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ DISPATCH_EVENT=$(jq -ncM \
133133
"releaseVersion": $releaseVersion,
134134
"targetEnvironment": $targetEnvironment,
135135
"targetAccountGroup": $targetAccountGroup,
136-
"targetComponent": $targetComponent
136+
"targetComponent": $targetComponent,
137+
"overrides": $overrides,
137138
} +
138139
(if ($targetWorkflow | test("dispatch-(acceptance|contextual|product|security)-tests-.*\\.yaml"))
139140
then { "callerRunId": $callerRunId } else {} end)

0 commit comments

Comments
 (0)