Skip to content

Commit 102aa95

Browse files
committed
fix: review
Signed-off-by: lishunyang <lishunyang12@163.com>
1 parent 90d780a commit 102aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/ci/failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When you open a PR against vLLM-Omni, several CI checks run automatically:
1010
| Check | Platform | What it does |
1111
| ----- | -------- | ------------ |
1212
| **pre-commit** | GitHub Actions | Runs linting (Ruff), formatting, spell-checking (typos), and YAML validation. |
13-
| **Build Wheel** | GitHub Actions | Builds Python wheels for Python 3.11 and 3.12 on Ubuntu. |
13+
| **Build Wheel** | GitHub Actions | Builds Python wheels for Python 3.11 and 3.12 on Ubuntu. Skipped for docs-only or markdown-only changes (controlled by `paths-ignore` in the workflow). |
1414
| **DCO** | GitHub | Verifies every commit has a `Signed-off-by` line. |
1515
| **docs/readthedocs.org:vllm-omni** | Read the Docs | Builds the MkDocs documentation site. |
1616
| **buildkite/vllm-omni** | Buildkite | Runs GPU-based tests on NVIDIA (L4, H100) and AMD (MI325) hardware. |

0 commit comments

Comments
 (0)