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 337356d commit bc75bf0Copy full SHA for bc75bf0
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Run codacy-coverage-reporter
76
# bad Windows -- https://github.com/codacy/codacy-coverage-reporter-action/issues/91
77
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ !github.event.pull_request.head.repo.fork && matrix.os != 'windows-latest' }}
78
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
79
with:
80
api-token: ${{ secrets.CODACY_API_TOKEN }}
0 commit comments