[CI] Fix AMD CI to exclude multimodal_gen from main_package filter (#15558)

This commit is contained in:
sunxxuns
2025-12-21 03:58:17 -05:00
committed by GitHub
parent bed301a5ac
commit c69c1c4f07

View File

@@ -49,7 +49,8 @@ jobs:
with:
filters: |
main_package:
- "python/**"
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test-amd.yml"
@@ -59,7 +60,6 @@ jobs:
- "python/sglang/multimodal_gen/**"
- "python/sglang/cli/**"
- "python/*.toml"
- ".github/workflows/pr-test-amd.yml"
# =============================================== sgl-kernel ====================================================
sgl-kernel-unit-test-amd: