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
+4 -4
View File
@@ -137,21 +137,21 @@ jobs:
with:
filters: |
main_package:
- "python/sglang/!(multimodal_gen)/**"
- "python/sglang/!(multimodal_gen)/**/!(*.md)"
- "python/pyproject_rocm.toml"
- "python/pyproject_other.toml"
- "scripts/ci/amd/*"
- "scripts/ci/utils/*"
- "test/**"
- "test/**/!(*.md)"
- ".github/workflows/pr-test-amd.yml"
sgl_kernel:
- "sgl-kernel/**"
- "sgl-kernel/**/*.!(md|txt)"
- ".github/workflows/pr-test-amd.yml"
jit_kernel:
- "python/sglang/jit_kernel/**"
- ".github/workflows/pr-test-amd.yml"
multimodal_gen:
- "python/sglang/multimodal_gen/**"
- "python/sglang/multimodal_gen/**/*.!(md|ipynb)"
- "python/sglang/cli/**"
- "python/sglang/jit_kernel/diffusion/**"
- "python/sglang/jit_kernel/tests/diffusion/**"