Skip to content

Commit 55fe80d

Browse files
authored
Only run model templates tests once (huggingface#10388)
1 parent 22bd047 commit 55fe80d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/model-templates.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Model templates runner
22

33
on:
4-
push:
4+
pull_request:
55
paths:
66
- "src/**"
77
- "tests/**"
88
- ".github/**"
99
- "templates/**"
10-
pull_request:
1110
types: [assigned, opened, synchronize, reopened]
1211

1312
jobs:

0 commit comments

Comments
 (0)