From 583b4c052a382985a8da51fa97023e9636548ebf Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Wed, 4 Dec 2024 07:18:05 -0600 Subject: [PATCH] revert previous commit --- .github/workflows/terraform-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-ecr.yml b/.github/workflows/terraform-ecr.yml index 5343f75..fa199ea 100644 --- a/.github/workflows/terraform-ecr.yml +++ b/.github/workflows/terraform-ecr.yml @@ -161,6 +161,6 @@ jobs: # On push to "main", build or change infrastructure according to Terraform configuration files # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks - name: Terraform Apply - # if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' run: | terraform apply -auto-approve -input=false \ No newline at end of file