Skip to content

Commit 8a5716c

Browse files
committed
Don’t benchmark on every PR. This seems to consistently fail PR ci checks.
Signed-off-by: Hiram Chirino <[email protected]>
1 parent 9f2764d commit 8a5716c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- "main"
7-
pull_request:
8-
branches:
9-
- "main"
7+
# pull_request:
8+
# branches:
9+
# - "main"
1010

1111
concurrency: benchmark
1212

0 commit comments

Comments
 (0)