From 2170da879dfc7d70c96307eeb95e5417f693947d Mon Sep 17 00:00:00 2001 From: wout4 Date: Sun, 12 Nov 2023 18:14:44 +0100 Subject: [PATCH] disable comment on alert --- .github/workflows/benchmark.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6de74aef1..632e5500c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,5 +38,4 @@ jobs: auto-push: true # Show alert with commit comment on detecting possible performance regression alert-threshold: '200%' - comment-on-alert: true fail-on-alert: true