chore(cicd): remove useless outcome check
All checks were successful
Lint / lint (push) Successful in 3m35s
Terraform Plan and Apply / cicd (push) Successful in 40s

This commit is contained in:
Ben Martin 2025-02-26 13:21:49 +00:00
parent 19d6af8b0b
commit 09b16119e7

View file

@ -47,5 +47,5 @@ jobs:
run: terraform plan -out=tfplan run: terraform plan -out=tfplan
- name: Terraform Apply - name: Terraform Apply
if: github.ref == 'refs/heads/main' && steps.plan.outcome == 'success' if: github.ref == 'refs/heads/main'
run: terraform apply -auto-approve tfplan run: terraform apply -auto-approve tfplan