Skip to content

Commit 1251f92

Browse files
committed
CCM-11908: Test
1 parent 1936c79 commit 1251f92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dispatch_internal_repo_workflow.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ jobs:
8484
"targetEnvironment": $targetEnvironment,
8585
"targetAccountGroup": $targetAccountGroup,
8686
"targetComponent": $targetComponent
87-
} +
88-
(if ($targetWorkflow | test("dispatch-(acceptance|contextual|product|security)-tests-.*\\.yaml"))
89-
then { "callerRunId": $callerRunId } else {} end)
87+
}
9088
+ (if $overrides != "" then { "overrides": $overrides } else {} end)
9189
)
9290
}')

0 commit comments

Comments
 (0)