Skip to content

Commit 1683a01

Browse files
authored
turn off actions on pr in model_benchmarking.yml
1 parent 5eb9c87 commit 1683a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/model_benchmarking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Model Benchmarking
22
on:
3-
pull_request:
4-
types: [opened, synchronize, edited, reopened]
3+
# pull_request:
4+
# types: [opened, synchronize, edited, reopened]
55

66
env:
77
pr_username: github.event.pull_request.user.login

0 commit comments

Comments
 (0)