Skip to content

Commit

Permalink
Don't report benchmarks on main branch commits (#450)
Browse files Browse the repository at this point in the history
[only benchmarks]
  • Loading branch information
christiangnrd committed Oct 17, 2024
1 parent c36d1d3 commit 5cf9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
output-file-path: ${{ steps.locate.outputs.path }}
benchmark-data-dir-path: ""
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-always: true
comment-always: ${{ github.event_name == 'pull_request' }}
summary-always: true
alert-threshold: "150%"
fail-on-alert: false
Expand Down

0 comments on commit 5cf9372

Please sign in to comment.