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 6946a7d commit 756bc23Copy full SHA for 756bc23
.github/workflows/ubuntu.yml
@@ -396,7 +396,8 @@ jobs:
396
name: cov-report
397
path: 'cov-report'
398
- name: Comment coverage report link
399
- if: ${{ github.event_name == 'pull_request' }}
+ # TODO: Support PRs from forks too
400
+ if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}
401
uses: peter-evans/create-or-update-comment@v4
402
with:
403
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments