Skip to content

Commit

Permalink
Update bot-defense-re-destroy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Jul 9, 2024
1 parent d2d0747 commit 8e8b196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot-defense-re-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
run: exit 1

- name: Terraform Destroy
if: github.ref == 'refs/heads/destroy-bot-defense-re' && github.event_name == 'push'
if: github.ref == 'refs/heads/destroy-bot-defense-re' && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
run: terraform destroy -auto-approve -input=false

0 comments on commit 8e8b196

Please sign in to comment.