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 authored Oct 4, 2024
1 parent da83511 commit cd9e68a
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 cd9e68a

Please sign in to comment.