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 ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
@@ -13,6 +14,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
+2
View File
@@ -5,6 +5,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- ".github/workflows/pr-test-npu.yml" - ".github/workflows/pr-test-npu.yml"
@@ -12,6 +13,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- ".github/workflows/pr-test-npu.yml" - ".github/workflows/pr-test-npu.yml"
+2
View File
@@ -5,6 +5,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
@@ -14,6 +15,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
+2
View File
@@ -5,6 +5,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
@@ -13,6 +14,7 @@ on:
branches: [ main ] branches: [ main ]
paths: paths:
- "python/**" - "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - "scripts/ci/**"
- "test/**" - "test/**"
- "sgl-kernel/**" - "sgl-kernel/**"
+5 -5
View File
@@ -51,11 +51,11 @@ jobs:
with: with:
filters: | filters: |
main_package: main_package:
- "python/**" - added|modified|deleted|renamed: "python/**"
- "!python/sglang/multimodal_gen/**" - added|modified|deleted|renamed: "!python/sglang/multimodal_gen/**"
- "scripts/ci/**" - added|modified|deleted|renamed: "scripts/ci/**"
- "test/**" - added|modified|deleted|renamed: "test/**"
- ".github/workflows/pr-test.yml" - added|modified|deleted|renamed: ".github/workflows/pr-test.yml"
sgl_kernel: sgl_kernel:
- "sgl-kernel/**" - "sgl-kernel/**"
multimodal_gen: multimodal_gen: