From 667539de8b07d6c26e2b6efedf7bef09c0101b82 Mon Sep 17 00:00:00 2001 From: dmathieu Date: Tue, 26 Mar 2024 15:21:49 +0100 Subject: [PATCH] fix benchmarks action --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c392312ada0..ca9a079d0c0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -35,6 +35,5 @@ jobs: external-data-json-path: ./benchmarks/data.json github-token: ${{ secrets.GITHUB_TOKEN }} gh-pages-branch: benchmarks - auto-push: true - fail-on-alert: false + fail-on-alert: true alert-threshold: "400%"