From 5f51565cfe23167374aef4766bc571e7727ce300 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Wed, 20 Apr 2022 12:32:46 -0600 Subject: [PATCH] Stop Benchmark Workflow from failing on alert (#2839) * Update benchmark to not failure on alert * update for testing * revert Co-authored-by: Tyler Yahn --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5328bd895..d73c34b83 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -29,5 +29,5 @@ jobs: output-file-path: output.txt external-data-json-path: ./benchmarks/data.json auto-push: false - fail-on-alert: true + fail-on-alert: false alert-threshold: "400%"