Skip to content

Commit 8a63a08

Browse files
authored
ci: disable automatic benchmark runs (#1389)
2 parents 28dde77 + 465393c commit 8a63a08

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Benchmark regression checks
22

33
on:
4-
push:
5-
6-
# NOTE: if you want to add a branch here other than `main`, please
7-
# consider whether it will cause an unnecessary Primer Nix build
8-
# on a GitHub runner! See the note below.
9-
branches:
10-
- main
4+
workflow_dispatch:
115

126
jobs:
137
benchmark:

0 commit comments

Comments
 (0)