Skip to content

Commit c9a365e

Browse files
author
Dinesh Reddy
committed
-Disabled all automatic checks for commits
Signed-off-by: Dinesh Reddy <[email protected]>
1 parent b91626c commit c9a365e

File tree

4 files changed

+108
-1243
lines changed

4 files changed

+108
-1243
lines changed

.github/copilot-instructions.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff 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:**

0 commit comments

Comments
 (0)