File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11name : 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
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
You can’t perform that action at this time.
0 commit comments