Skip to content

Commit 078f525

Browse files
authored
[CI] Stop leaving spammy comments for benchmarks (#2025)
1 parent 5fd8d14 commit 078f525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
output-file-path: combined_results.json
266266
benchmark-data-dir-path: "benchmarks"
267267
github-token: ${{ secrets.GITHUB_TOKEN }}
268-
comment-always: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
268+
comment-always: false
269269
summary-always: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
270270
alert-threshold: "150%"
271271
fail-on-alert: false

0 commit comments

Comments
 (0)