Skip to content

Commit 4784132

Browse files
committed
fix: execute only on PR
1 parent 9f36e72 commit 4784132

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pospell.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
fix-spell:
99
name: Fix spelling
1010
runs-on: ubuntu-latest
11-
if: ${{ github.event.comment.body == 'pospell-fix'}}
11+
if: |
12+
github.event.comment.body == 'pospell-fix'
13+
&& github.event.issue.pull_request
1214
steps:
1315
- name: Confirm process
1416
uses: actions/github-script@v6

0 commit comments

Comments
 (0)