File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6969
7070 - name : Terraform Plan Stage
7171 id : plan-stage
72- if : github.event_name == 'pull_request'
7372 run : terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
7473 continue-on-error : true
7574 working-directory : ./${{ env.WORKING_DIR }}
7877
7978 - name : Terraform Plan Prod
8079 id : plan-prod
81- if : github.event_name == 'pull_request'
8280 run : terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
8381 continue-on-error : true
8482 working-directory : ./${{ env.WORKING_DIR }}
@@ -107,6 +105,7 @@ jobs:
107105 repo: context.repo.repo,
108106 body: output
109107 })
108+
110109 - name : Update Pull Request with Prod Plan
111110112111 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments