Revert broken sgl_kernel exclusion patterns in paths-filter (#18193)

This commit is contained in:
Kangyan-Zhou
2026-02-03 10:56:44 -08:00
committed by GitHub
parent 820df545f2
commit 0db6fd4dbe
4 changed files with 1 additions and 47 deletions
+1 -6
View File
@@ -58,12 +58,7 @@ jobs:
- "python/sglang/!(multimodal_gen)/**"
- "python/pyproject_cpu.toml"
- "test/**"
# Only trigger on CPU-specific sgl-kernel changes
- "sgl-kernel/pyproject_cpu.toml"
- "sgl-kernel/csrc/cpu/**"
- "sgl-kernel/python/**"
- "sgl-kernel/include/**"
- "sgl-kernel/tests/**"
- "sgl-kernel/**"
- ".github/workflows/pr-test-xeon.yml"
- "docker/xeon.Dockerfile"