diff --git a/.github/workflows/time-tracker-ui-ci.yml b/.github/workflows/time-tracker-ui-ci.yml index 07e52253c..d7992606d 100644 --- a/.github/workflows/time-tracker-ui-ci.yml +++ b/.github/workflows/time-tracker-ui-ci.yml @@ -66,8 +66,7 @@ jobs: - name: Terraform Plan Prod id: plan-prod - # run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color - run: echo "Disabled for now up to restructure infra tiers" + run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color continue-on-error: true working-directory: ./${{ env.WORKING_DIR }} env: