1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] Run Fast + Fast GPU Tests on release branches. (#9255)

* update

* update
This commit is contained in:
Dhruv Nair
2024-08-23 19:34:37 +05:30
committed by GitHub
parent 4e74206b0c
commit 4e66513a74

View File

@@ -1,9 +1,11 @@
name: Slow Tests on main
name: Fast GPU Tests on main
on:
push:
branches:
- main
- "v*.*.*-release"
- "v*.*.*-patch"
paths:
- "src/diffusers/**.py"
- "examples/**.py"