Skip to content

Commit 0108c4e

Browse files
Update action.yml
1 parent 1766077 commit 0108c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/auto-format/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ runs:
6262
6363
- name: Post git diff as PR comment
6464
uses: actions/github-script@v6
65-
if: success() && github.event_name == 'pull_request'
6665
with:
6766
script: |
6867
const output = `${{ steps.git_diff.outputs.diff_output }}`;

0 commit comments

Comments
 (0)