Skip to content

Commit f33d0b1

Browse files
committed
CCM-10294: add ability to skip dynamic env plan
1 parent 116bfd2 commit f33d0b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dispatch_internal_repo_workflow.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ jobs:
7474
"ref": "${{ inputs.internalRef }}",
7575
"inputs": (
7676
(if $infraRepoName != "" then { "infraRepoName": $infraRepoName } else {} end) +
77-
(if $terraformAction != "" then { "terraformAction": $terraformAction } else {} end) +
77+
(if $terraformAction != "" then { "terraformAction": $terraformAction, "skipPlan": $skipPlan } else {} end) +
7878
{
7979
"releaseVersion": $releaseVersion,
8080
"targetEnvironment": $targetEnvironment,
8181
"targetAccountGroup": $targetAccountGroup,
82-
"targetComponent": $targetComponent,
83-
"skipPlan": $skipPlan
82+
"targetComponent": $targetComponent
8483
}
8584
)
8685
}')

0 commit comments

Comments
 (0)