chore(cicd): remove useless outcome check
This commit is contained in:
parent
19d6af8b0b
commit
09b16119e7
1 changed files with 1 additions and 1 deletions
|
@ -47,5 +47,5 @@ jobs:
|
|||
run: terraform plan -out=tfplan
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue