Skip ci for .md files (#21482)

This commit is contained in:
Артем Савкин
2026-03-28 13:00:17 -07:00
committed by GitHub
parent 27071e0a43
commit 40ff652862
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -57,13 +57,13 @@ jobs:
with:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/sglang/!(multimodal_gen)/**/!(*.md)"
- "python/pyproject_npu.toml"
- "scripts/ci/npu/npu_ci_install_dependency.sh"
- "test/srt/ascend/**"
- ".github/workflows/pr-test-npu.yml"
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/multimodal_gen/**/*.!(md|ipynb)"
- "python/sglang/srt/**"
- "python/pyproject_npu.toml"
- "scripts/ci/npu/npu_ci_install_dependency.sh"