Skip to content

Commit

Permalink
only run review dog on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Oct 18, 2024
1 parent d32a843 commit 1fd7071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
continue-on-error: true

- name: suggester / pre-commit
if: ${{ github.event_name == 'pull_request' }}
uses: reviewdog/action-suggester@v1
with:
tool_name: pre-commit
Expand Down

0 comments on commit 1fd7071

Please sign in to comment.