diffusion: fix detected file changes rule in CI (#12943)

This commit is contained in:
Mick
2025-11-10 13:37:16 +08:00
committed by GitHub
parent ddd1440d0f
commit 307e7a6128
5 changed files with 13 additions and 5 deletions
+2
View File
@@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test-npu.yml"
@@ -12,6 +13,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test-npu.yml"