From b688ce46d92ba841cacecdd6cbae67636f206518 Mon Sep 17 00:00:00 2001 From: Agost Biro Date: Fri, 3 May 2024 10:41:22 +0200 Subject: [PATCH] Tmp allow writing results from PR to test --- .github/workflows/edr-benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/edr-benchmark.yml b/.github/workflows/edr-benchmark.yml index f1fccac220..9416071ad0 100644 --- a/.github/workflows/edr-benchmark.yml +++ b/.github/workflows/edr-benchmark.yml @@ -76,7 +76,8 @@ jobs: benchmark-data-dir-path: bench github-token: ${{ secrets.BENCHMARK_GITHUB_TOKEN }} # Only save the data for main branch pushes. For PRs we only compare - auto-push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }} +# auto-push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }} + auto-push: true alert-threshold: "110%" # Only fail on pull requests, don't break CI in main fail-on-alert: ${{ github.event_name == 'pull_request' }}