Skip to content

Commit 4e66513

Browse files
authored
[CI] Run Fast + Fast GPU Tests on release branches. (huggingface#9255)
* update * update
1 parent 4e74206 commit 4e66513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: Slow Tests on main
1+
name: Fast GPU Tests on main
22

33
on:
44
push:
55
branches:
66
- main
7+
- "v*.*.*-release"
8+
- "v*.*.*-patch"
79
paths:
810
- "src/diffusers/**.py"
911
- "examples/**.py"

0 commit comments

Comments
 (0)