From 92b55accd89e774afa8f3a035ee8fb21067c967d Mon Sep 17 00:00:00 2001 From: Admiral Date: Thu, 4 Apr 2024 06:51:48 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6109c58..4d4744e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,3 @@ jobs: - name: Terraform Plan Status if: steps.plan.outcome == 'failure' run: exit 1 - - - name: Terraform Init - run: terraform init - - - name: Terraform Apply - if: github.ref == 'refs/heads/main' && github.event_name == 'push' - run: terraform apply -auto-approve