Skip to content

Commit

Permalink
chore: remove conditional for updating PR when dispatched job runs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansjoergventx committed Oct 21, 2023
1 parent 1138a0b commit 497c1fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ jobs:

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

0 comments on commit 497c1fb

Please sign in to comment.