Skip to content

Commit

Permalink
Update Benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai authored Sep 10, 2024
1 parent 2d02f83 commit 4b08a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
include("benchmarks.jl")'
- name: Parse & Upload Benchmark Results
uses: benchmark-action/github-action-benchmark@v1
if: ${{ !github.event.pull_request.head.repo.fork }}
with:
name: Benchmark Results
tool: 'julia'
Expand All @@ -54,4 +53,4 @@ jobs:
alert-threshold: "200%"
fail-on-alert: true
benchmark-data-dir-path: benchmarks
auto-push: true
auto-push: ${{ !github.event.pull_request.head.repo.fork }} # Disable push for PRs from forks

0 comments on commit 4b08a60

Please sign in to comment.