Skip to content

Commit d47db31

Browse files
Merge pull request #702 from lightpanda-io/ci-bench
ci: execute cdp bench on main only
2 parents 287d0fa + 7c19de3 commit d47db31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ jobs:
146146
name: cdp-and-hyperfine-bench
147147
needs: zig-build-release
148148

149+
# Don't execute on PR
150+
if: github.event_name != 'pull_request'
151+
149152
# use a self host runner.
150153
runs-on: lpd_bench_m5.large
151154
timeout-minutes: 15

0 commit comments

Comments
 (0)