Skip to content

Commit

Permalink
Only run pos comment on PRs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon authored Nov 23, 2024
1 parent abcb0fd commit 242576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
exit "$exit_code"
- name: Post PR Comment
if: always()
if: github.event_name == 'pull_request'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit 242576d

Please sign in to comment.