diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 350609e..854d594 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -45,12 +45,13 @@ jobs: name: plan-file path: plan.json - # - name: Terraform Apply - # if: github.ref == 'refs/heads/main' && github.event_name == 'push' - # run: terraform apply -auto-approve -input=false + - name: Terraform Apply + if: github.ref == 'refs/heads/main' && github.event_name == 'push' + run: terraform apply -auto-approve -input=false resourcely-ci: needs: terraform + if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - name: Checkout