Skip to content

Commit c36e7a2

Browse files
authored
Disable comment on alert since it wont work for forks
1 parent e54bc26 commit c36e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Do not save the data (This allows comparing benchmarks)
6464
save-data-file: false
6565
fail-on-alert: true
66-
comment-on-alert: true
66+
comment-on-alert: false
6767
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
summary-always: true
6969
alert-threshold: "150%"

0 commit comments

Comments
 (0)