Delete .github/README.md

This commit is contained in:
Anthony Stirling
2025-12-11 16:38:32 +00:00
committed by GitHub
parent 5f072f87bb
commit c86e2d6840

12
.github/README.md vendored
View File

@@ -1,12 +0,0 @@
# CI Configuration
## CI Lite Mode
Skip non-essential CI workflows by setting a repository variable:
**Settings → Secrets and variables → Actions → Variables → New repository variable**
- Name: `CI_PROFILE`
- Value: `lite`
Skips resource-intensive builds, releases, and OSS-specific workflows. Useful for deployment-only forks or faster CI runs.