Skip to content

Commit

Permalink
change github actions step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent d3fbc82 commit 8417c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ jobs:
run: exit 1

- name: Terraform Apply
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
#if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
run: make terraform-apply

0 comments on commit 8417c7e

Please sign in to comment.