Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut committed Oct 16, 2024
1 parent 36b2f98 commit 676a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Apply Terraform changes (manual)
if: ${{ needs.apply }}
needs: [ validate, plan ]
needs: [validate, plan]
run: terraform apply -input=false "planfile"

- name: Destroy infrastructure (manual)
Expand Down

0 comments on commit 676a29e

Please sign in to comment.