Skip to content

Commit 5da7574

Browse files
committed
benchmark action should print pr comment but not commit comment
1 parent 714bd50 commit 5da7574

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmarks.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
external-data-json-path: cache/benchmarks/benchmarks.json
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
save-data-file: ${{ github.event_name != 'pull_request' }}
37-
comment-always: true
38-
comment-on-alert: true
37+
summary-always: true
3938
fail-on-alert: false
4039
alert-threshold: '150%'

0 commit comments

Comments
 (0)