File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ jobs:
558558 needs : [pipelines_orchestrate, pipelines_apply_baselines, pipelines_execute]
559559 runs-on : ${{ fromJSON(inputs.runner) }}
560560 # GHA can't check for length, so we just check if there is an item in the 0 index
561- if : ${{ fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0].NewAccounts[0] != null && needs.pipelines_execute.outputs.delegate_management == 'true' && needs.pipelines_execute.outputs.terragrunt_command == 'run-all apply' }}
561+ if : ${{ fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0].NewAccounts[0] != null && needs.pipelines_execute.outputs.delegate_management == 'true' && contains( needs.pipelines_execute.outputs.terragrunt_command, ' apply') }}
562562 steps :
563563 - name : Record workflow env vars
564564 env :
You can’t perform that action at this time.
0 commit comments