Skip to content

Commit

Permalink
Merge branch 'deploy-waf-k8s' of https://github.com/ishikaray16/f5-xc…
Browse files Browse the repository at this point in the history
…-terraform-examples into deploy-waf-k8s
  • Loading branch information
Ishika RAY committed Dec 3, 2024
2 parents 9c54090 + 958dd04 commit 4475827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/waf-k8s-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: exit 1

- name: Terraform Apply
if: github.ref == 'refs/heads/deploy-waf-k8s' && github.event_name == 'push'
if: github.ref == 'refs/heads/deploy-waf-k8s' && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
run: terraform apply -auto-approve -input=false

terraform_eks:
Expand Down

0 comments on commit 4475827

Please sign in to comment.