diffusion: fix detected file changes rule in CI (#12943)
This commit is contained in:
@@ -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,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"
|
||||||
|
|||||||
@@ -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/**"
|
||||||
|
|||||||
@@ -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/**"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user