diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 8ff7ce8a9..19ef44610 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -58,20 +58,10 @@ jobs: - name: Save terraform lock file in the repo. run: | cd cicd/grid-capstone-terraform-infra - git add .terraform.lock.hcl - git add .terraform - git commit -m "Add Terraform provider lock file" + git commit -m "There was a change in infra .tf files" git push continue-on-error: true - - - name: Terraform Format & Validate - run: | - cd cicd/grid-capstone-terraform-infra - terraform fmt -check - terraform validate - - - name: Terraform Apply run: | cd cicd/grid-capstone-terraform-infra