From 1575e33d58ed0bde8a9999464eb39a6f50e193f3 Mon Sep 17 00:00:00 2001 From: Berend Klein Haneveld Date: Wed, 19 Nov 2025 11:56:15 +0100 Subject: [PATCH] Ignore errors of benchmark on master to make sure benchmark run is saved and cached anyways --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 97623ac..2ed3411 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,6 +36,7 @@ jobs: # On master: save baseline results - name: Run benchmarks and save baseline if: github.ref == 'refs/heads/master' + continue-on-error: true run: | uv run --no-sync pytest benchmarks/benchmark.py \ --benchmark-only \