We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df6cb4 commit 9e87f4eCopy full SHA for 9e87f4e
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,6 @@ on:
8
9
permissions:
10
contents: read
11
- pull-requests: write # Required for PR comments
12
checks: write # Required for golangci-lint annotations
13
14
jobs:
@@ -235,13 +234,6 @@ jobs:
235
234
coverage-summary.md
236
retention-days: 30
237
238
- - name: Comment coverage on PR
239
- if: github.event_name == 'pull_request'
240
- uses: marocchino/sticky-pull-request-comment@v2
241
- with:
242
- header: coverage-report-${{ matrix.os }}-${{ matrix.platform }}
243
- path: coverage-summary.md
244
-
245
- name: Upload build artifacts
246
uses: actions/upload-artifact@v4
247
with:
0 commit comments