Skip to content

Commit cd9e68a

Browse files
Don't report benchmarks on main branch commits (#450)
[only benchmarks]
1 parent da83511 commit cd9e68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
output-file-path: ${{ steps.locate.outputs.path }}
5959
benchmark-data-dir-path: ""
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
61-
comment-always: true
61+
comment-always: ${{ github.event_name == 'pull_request' }}
6262
summary-always: true
6363
alert-threshold: "150%"
6464
fail-on-alert: false

0 commit comments

Comments
 (0)