Merge pull request #702 from lightpanda-io/ci-bench

ci: execute cdp bench on main only
This commit is contained in:
Pierre Tachoire
2025-05-27 06:48:31 +02:00
committed by GitHub

View File

@@ -146,6 +146,9 @@ jobs:
name: cdp-and-hyperfine-bench
needs: zig-build-release
# Don't execute on PR
if: github.event_name != 'pull_request'
# use a self host runner.
runs-on: lpd_bench_m5.large
timeout-minutes: 15