File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 65
65
outputs :
66
66
followup : ${{ steps.spelling.outputs.followup }}
67
67
runs-on : ubuntu-latest
68
- if : (contains(github.event_name, 'pull_request') && github.head_ref != 'l10n_dev') || github.event_name == 'push'
68
+ if : (contains(github.event_name, 'pull_request') && github.head_ref != 'l10n_dev')
69
69
concurrency :
70
70
group : spelling-${{ github.event.pull_request.number || github.ref }}
71
71
# note: If you use only_check_changed_files, you do not want cancel-in-progress
@@ -103,21 +103,21 @@ jobs:
103
103
104
104
105
105
106
- comment-push :
107
- name : Report (Push)
108
- # If your workflow isn't running on push, you can remove this job
109
- runs-on : ubuntu-latest
110
- needs : spelling
111
- permissions :
112
- contents : write
113
- if : (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
114
- steps :
115
- - name : comment
116
- uses : check-spelling/check-spelling@main
117
- with :
118
- checkout : true
119
- spell_check_this : check-spelling/spell-check-this@main
120
- task : ${{ needs.spelling.outputs.followup }}
106
+ # comment-push:
107
+ # name: Report (Push)
108
+ # # If your workflow isn't running on push, you can remove this job
109
+ # runs-on: ubuntu-latest
110
+ # needs: spelling
111
+ # permissions:
112
+ # contents: write
113
+ # if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
114
+ # steps:
115
+ # - name: comment
116
+ # uses: check-spelling/check-spelling@main
117
+ # with:
118
+ # checkout: true
119
+ # spell_check_this: check-spelling/spell-check-this@main
120
+ # task: ${{ needs.spelling.outputs.followup }}
121
121
122
122
comment-pr :
123
123
name : Report (PR)
You can’t perform that action at this time.
0 commit comments