Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4784132

Browse files
committed
fix: execute only on PR
1 parent9f36e72 commit4784132

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)

[8]ページ先頭

©2009-2025 Movatter.jp