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 1
1
name : Check Spelling
2
2
3
- # Comment management is handled through a secondary job, for details see:
3
+ # Comment managementa is handled through a secondary job, for details see:
4
4
# https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Restricted-Permissions
5
5
#
6
6
# `jobs.comment-push` runs when a push is made to a repository and the `jobs.spelling` job needs to make a comment
86
86
# if on repo to avoid failing runs on forks
87
87
if : |
88
88
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'))
90
90
concurrency :
91
91
group : spelling-${{ github.event.pull_request.number || github.ref }}
92
92
# 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