Skip to content

Commit 7f3afc0

Browse files
Run benchmarks only on PR (#77)
1 parent d4aed1d commit 7f3afc0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Benchmarks
22
on:
3-
push:
4-
branches:
5-
- master
63
pull_request:
74
branches:
85
- master
@@ -52,4 +49,4 @@ jobs:
5249
alert-threshold: "200%"
5350
fail-on-alert: true
5451
benchmark-data-dir-path: benchmarks
55-
auto-push: ${{ github.event_name != 'pull_request' }}
52+
auto-push: false

0 commit comments

Comments
 (0)