Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit db257a2

Browse files
authored
Don't report coverage for pull requests
1 parent 701871a commit db257a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Run codacy-coverage-reporter
28+
if: github.event_name == 'push'
2829
uses: codacy/codacy-coverage-reporter-action@master
2930
with:
3031
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)