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

View File

@@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"
@@ -13,6 +14,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"

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"

View File

@@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"
@@ -14,6 +15,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"

View File

@@ -5,6 +5,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"
@@ -13,6 +14,7 @@ on:
branches: [ main ]
paths:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"

View File

@@ -51,11 +51,11 @@ jobs:
with:
filters: |
main_package:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test.yml"
- added|modified|deleted|renamed: "python/**"
- added|modified|deleted|renamed: "!python/sglang/multimodal_gen/**"
- added|modified|deleted|renamed: "scripts/ci/**"
- added|modified|deleted|renamed: "test/**"
- added|modified|deleted|renamed: ".github/workflows/pr-test.yml"
sgl_kernel:
- "sgl-kernel/**"
multimodal_gen: