We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b719f commit 00ba16fCopy full SHA for 00ba16f
.github/workflows/codecov.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
11
codecov:
12
runs-on: ubuntu-latest
13
+ if: github.event.pull_request.head.repo.full_name == github.repository
14
permissions:
15
actions: write
16
contents: write
@@ -40,7 +41,7 @@ jobs:
40
41
indicators: true
42
output: both
43
- name: Upload coverage to PR comment
- if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository }}
44
+ if: ${{ github.event_name == 'pull_request' }}
45
uses: marocchino/sticky-pull-request-comment@v2
46
with:
47
header: Code coverage report
0 commit comments