Compare commits

...

1 Commits

Author SHA1 Message Date
Emma Jamieson-Hoare
f04db57d3a chore(ci): continue on error when codspeed is flakey/cancelled on main merge 2026-02-27 09:49:17 +00:00

View File

@@ -62,6 +62,7 @@ permissions:
jobs:
codspeed:
if: github.event_name == 'push'
continue-on-error: true
runs-on: depot-ubuntu-latest
concurrency:
group: bench-codspeed-${{ github.head_ref || github.run_id }}