Skip to content

Commit edb2b75

Browse files
committed
TT-513: Triggering TF plan in all branches
1 parent 83b0e86 commit edb2b75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
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 }}
@@ -78,7 +77,6 @@ jobs:
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
111110
uses: actions/[email protected]
112111
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)