Skip to content

Commit 41cbba6

Browse files
committed
refactor: (GH-apache#85) Changes in benchmark after review-3
Signed-off-by: Saurabh Kumar Singh <[email protected]>
1 parent 4dc951e commit 41cbba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name: Benchmarks
1919
on:
2020
push:
2121
branches: [main]
22+
pull_request:
23+
branches: [main]
2224
paths:
2325
- ".github/workflows/benchmark.yml"
2426
- "ci/scripts/bench_adapt.py"
@@ -46,6 +48,7 @@ jobs:
4648
cache: true
4749
cache-dependency-path: go.sum
4850
- name: Run Benchmarks
51+
if: github.event_name != 'push'
4952
run: |
5053
ci/scripts/bench.sh --json
5154
- name: Upload results

0 commit comments

Comments
 (0)