We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1936c79 commit 1251f92Copy full SHA for 1251f92
.github/workflows/dispatch_internal_repo_workflow.yaml
@@ -84,9 +84,7 @@ jobs:
84
"targetEnvironment": $targetEnvironment,
85
"targetAccountGroup": $targetAccountGroup,
86
"targetComponent": $targetComponent
87
- } +
88
- (if ($targetWorkflow | test("dispatch-(acceptance|contextual|product|security)-tests-.*\\.yaml"))
89
- then { "callerRunId": $callerRunId } else {} end)
+ }
90
+ (if $overrides != "" then { "overrides": $overrides } else {} end)
91
)
92
}')
0 commit comments