Skip to content

Commit

Permalink
Update Benchmark.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
maleadt authored Dec 19, 2024
1 parent 95894f0 commit 0d6db97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
output-file-path: ${{ steps.locate.outputs.path }}
benchmark-data-dir-path: "bench"
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: ${{ github.event_name == 'pull_request' }}
comment-always: ${{ github.event_name == 'pull_request_target' }}
summary-always: true
alert-threshold: "125%"
fail-on-alert: false
auto-push: ${{ github.event_name != 'pull_request' }}
auto-push: ${{ github.event_name != 'pull_request_target' }}

0 comments on commit 0d6db97

Please sign in to comment.