Skip to content

Commit

Permalink
Comment out event_name filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 6ba6e60 commit 5166395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
continue-on-error: true

- uses: actions/github-script@v6
if: github.event_name == 'pull_request'
#if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
with:
Expand Down

0 comments on commit 5166395

Please sign in to comment.