[Bugfix] Disable ci for .md files (#21410)
This commit is contained in:
@@ -123,6 +123,7 @@ jobs:
|
||||
- "scripts/ci/cuda/*"
|
||||
- "scripts/ci/utils/*"
|
||||
- "test/**"
|
||||
- "!**/*.md"
|
||||
multimodal_gen:
|
||||
- ".github/workflows/pr-test.yml"
|
||||
- ".github/workflows/pr-test-multimodal-gen.yml"
|
||||
@@ -130,14 +131,17 @@ jobs:
|
||||
- "python/sglang/multimodal_gen/**/*.!(md|ipynb)"
|
||||
- "python/sglang/jit_kernel/**"
|
||||
- "python/sglang/cli/**"
|
||||
- "!**/*.md"
|
||||
jit_kernel:
|
||||
- ".github/workflows/pr-test.yml"
|
||||
- ".github/workflows/pr-test-jit-kernel.yml"
|
||||
- "python/pyproject.toml"
|
||||
- "python/sglang/jit_kernel/**"
|
||||
- "!**/*.md"
|
||||
sgl_kernel:
|
||||
- ".github/workflows/pr-test-sgl-kernel.yml"
|
||||
- "sgl-kernel/**"
|
||||
- "!**/*.md"
|
||||
|
||||
# For /rerun-stage (workflow_dispatch with target_stage), dorny/paths-filter doesn't work
|
||||
# correctly because it falls back to "last commit" detection which breaks for merge commits.
|
||||
|
||||
Reference in New Issue
Block a user