Skip to content

Commit 2b873e4

Browse files
committed
fix: allow benchmarks to continue on error for non-local valgrind versions
1 parent 248c777 commit 2b873e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191

9292
- name: Run the benchmarks
9393
uses: CodSpeedHQ/action@main
94+
continue-on-error: ${{ matrix.valgrind != 'local' }}
9495
env:
9596
CODSPEED_PERF_ENABLED: false
9697
with:

0 commit comments

Comments
 (0)