Skip to content

Commit

Permalink
Don't post benchmark results for fork PRs
Browse files Browse the repository at this point in the history
Tokens will lack permission anyway so there's no point doing it.
  • Loading branch information
prymitive committed Mar 7, 2024
1 parent c38543d commit b6a8fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
make benchmark-diff
- name: Report
if: ${{ github.event.pull_request.head.repo.full_name == 'cloudflare/pint' }}
uses: thollander/actions-comment-pull-request@v2
with:
filePath: benchstat.txt
Expand Down

0 comments on commit b6a8fe5

Please sign in to comment.