File tree Expand file tree Collapse file tree 4 files changed +108
-1243
lines changed Expand file tree Collapse file tree 4 files changed +108
-1243
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,19 @@ pre-commit run --all-files
140140## Continuous Integration
141141
142142### GitHub Actions Workflows
143- Key workflows that run on every PR:
144- - ` .github/workflows/build.yml ` : Multi-platform builds
145- - ` .github/workflows/server.yml ` : Server functionality tests
146- - ` .github/workflows/python-lint.yml ` : Python code quality
147- - ` .github/workflows/python-type-check.yml ` : Python type checking
143+ ** NOTE: Most workflows have been DISABLED to reduce CI coverage-like runs**
144+
145+ ** Currently Disabled Workflows:**
146+ - ` .github/workflows/build.yml ` : Multi-platform builds (DISABLED - manual trigger only)
147+ - ` .github/workflows/server.yml ` : Server functionality tests (DISABLED - manual trigger only)
148+ - ` .github/workflows/python-lint.yml ` : Python code quality (DISABLED - manual trigger only)
149+ - ` .github/workflows/python-type-check.yml ` : Python type checking (DISABLED - manual trigger only)
150+ - ` .github/workflows/editorconfig.yml ` : Code formatting checks (DISABLED - manual trigger only)
151+ - ` .github/workflows/build-riscv-native.yml ` : RISCV builds (DISABLED - manual trigger only)
152+ - ` .github/workflows/update-ops-docs.yml ` : Documentation validation (DISABLED - manual trigger only)
153+ - ` .github/workflows/python-check-requirements.yml ` : Requirements validation (DISABLED - manual trigger only)
154+
155+ ** To re-enable any workflow:** Uncomment the triggers and restore the original job definitions in the respective workflow files.
148156
149157### Local CI Validation
150158** Run full CI locally before submitting PRs:**
You can’t perform that action at this time.
0 commit comments