Skip to content

Commit 41f751b

Browse files
Ignore errors of benchmark on master to make sure benchmark run is saved and cached anyways (#23)
1 parent 4b8ece5 commit 41f751b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
# On master: save baseline results
3737
- name: Run benchmarks and save baseline
3838
if: github.ref == 'refs/heads/master'
39+
continue-on-error: true
3940
run: |
4041
uv run --no-sync pytest benchmarks/benchmark.py \
4142
--benchmark-only \

0 commit comments

Comments
 (0)