Skip to content

Commit 9d6d373

Browse files
don't fail on fetch
This is only relevant on first fetch when there are no benchmarks yet
1 parent 98ca368 commit 9d6d373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ca9c8e69c727def88d8ba1c8b85b0e0bcea87b3f
4848
path: bench/sources/here
4949
- name: Fetch existing benchmarks
50-
run: Rscript -e 'bench::cb_fetch()'
50+
run: Rscript -e 'rlang::with_handlers(bench::cb_fetch(), error = function(e) paste("Could not fetch benchmarks, skipping. The error was", conditionMessage(e)))'
5151
- name: Run benchmarks
5252
run: Rscript -e 'bench::cb_run()'
5353
- name: Show benchmarks

0 commit comments

Comments
 (0)