Skip to content

Commit fd0a01e

Browse files
committed
typo
1 parent 7935f9c commit fd0a01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check Spelling
22

3-
# Comment management is handled through a secondary job, for details see:
3+
# Comment managementa is handled through a secondary job, for details see:
44
# https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Restricted-Permissions
55
#
66
# `jobs.comment-push` runs when a push is made to a repository and the `jobs.spelling` job needs to make a comment
@@ -86,7 +86,7 @@ jobs:
8686
# if on repo to avoid failing runs on forks
8787
if: |
8888
github.repository == 'compiler-research/compiler-research.github.io'
89-
&& (contains(github.event_name, 'pull_request') || github.event_name == 'push')
89+
&& (contains(github.event_name, 'pull_request'))
9090
concurrency:
9191
group: spelling-${{ github.event.pull_request.number || github.ref }}
9292
# note: If you use only_check_changed_files, you do not want cancel-in-progress

0 commit comments

Comments
 (0)