[Refactor] [CI] Remove redundant CI test runs (#17217)

This commit is contained in:
Makcum888e
2026-01-16 20:52:06 +03:00
committed by GitHub
parent b4fce9955a
commit 3e968ab369
5 changed files with 10 additions and 8 deletions

View File

@@ -90,7 +90,8 @@ jobs:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "python/pyproject_rocm.toml"
- "python/pyproject_other.toml"
- "scripts/ci/**"
- "test/**"
- ".github/workflows/pr-test-amd.yml"
@@ -99,7 +100,8 @@ jobs:
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/cli/**"
- "python/*.toml"
- "python/pyproject_rocm.toml"
- "python/pyproject_other.toml"
# =============================================== sgl-kernel ====================================================
sgl-kernel-unit-test-amd: