File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -149,21 +149,6 @@ jobs:
149
149
path : ${{ github.workspace }}/code-coverage-results.md
150
150
retention-days : 7
151
151
152
- - name : Find GitHub PR ID
153
- if : ${{ github.event_name == 'pull_request' }}
154
- id : pr_finder
155
- uses : jwalton/gh-find-current-pr@v1
156
- with :
157
- github-token : ${{ secrets.GITHUB_TOKEN }}
158
-
159
- - name : Add coverage PR comment
160
- if : ${{ github.event_name == 'pull_request' }}
161
- uses : peter-evans/create-or-update-comment@v4
162
- with :
163
- token : ${{ secrets.GITHUB_TOKEN }}
164
- issue-number : ${{ steps.pr_finder.outputs.number }},
165
- body-path : ${{ github.workspace }}/code-coverage-results.md
166
-
167
152
sign :
168
153
needs : [build]
169
154
if : ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel') }}
You can’t perform that action at this time.
0 commit comments