mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
## CI Waste Cleanup ### Changes 1. **Deploy AI Service path filter** — narrowed `.github/workflows/**` to `.github/workflows/deploy_aiservice_to_azure.yml` - Previously, editing *any* workflow file triggered an AI service deploy - The other deploy workflows (CFAPI, CF-WEB-APP) are already scoped correctly 2. **Claude Code paths-ignore** — added `paths-ignore` for `.github/workflows/**`, `*.md`, `docs/**` - Currently fires on every PR regardless of files changed (85% failure rate) - The `codeflash` repo's Claude Code workflow already has these filters 3. **Publish to PyPI** — disabled via API - Had `if: false` hardcoded with a TODO comment - Was creating a skipped run on every push to main (pure noise) ### Context Part of the Codeflash org CI audit. See also: - codeflash-ai/codeflash#2025 (E2E path filters) - codeflash-ai/codeflash#2026 (claude-code-action pin) |
||
|---|---|---|
| .. | ||
| workflows | ||
| dependabot.yml | ||
| pull_request_template.md | ||