We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c156d commit b7ca857Copy full SHA for b7ca857
2 files changed
.github/workflows/pr.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: npm ci
28
- run: npm test
29
- uses: tintef/nyc-reporter-action@66a40cea2d02fdb0ac8fa045a7355cbbf9b991a1
30
+ if: ${{ !github.event.pull_request.head.repo.fork }}
31
with:
32
GITHUB_TOKEN: ${{ github.token }}
33
SKIP_COVERAGE_FOLDER: true
.github/workflows/review-probot-prs.yml
0 commit comments