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 2c9a1bb commit 00bfa73Copy full SHA for 00bfa73
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
SKIP_BUILD: true
71
72
- name: Code Coverage Comments
73
+ if: github.event_name == 'pull_request'
74
uses: kcjpop/coverage-comments@v2.2
75
with:
76
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments