Skip to content

ci: remove 6 redundant CI/CD workflows#633

Merged
AlexMikhalev merged 1 commit intomainfrom
cleanup/phase-4-ci-consolidation
Mar 5, 2026
Merged

ci: remove 6 redundant CI/CD workflows#633
AlexMikhalev merged 1 commit intomainfrom
cleanup/phase-4-ci-consolidation

Conversation

@AlexMikhalev
Copy link
Contributor

Summary

Remove 6 workflows superseded by existing comprehensive ones:

  • ci-optimized.yml: overlaps with ci-main.yml on main branch pushes
  • test-ci.yml: duplicates ci-pr.yml (PRs) and ci-main.yml (main)
  • release.yml: disabled, superseded by release-comprehensive.yml
  • release-minimal.yml: disabled, superseded by release-comprehensive.yml
  • package-release.yml: disabled, superseded by release-comprehensive.yml
  • test-minimal.yml: path filter makes it rarely run, covered by ci-pr

Remaining: 24 focused workflows.

Test plan

  • No active CI triggers removed (all removed workflows were disabled or redundant)
  • Core CI trio intact: ci-main.yml, ci-pr.yml, release-comprehensive.yml

Closes #626

Generated with Terraphim AI

Remove workflows superseded by existing comprehensive ones:
- ci-optimized.yml: overlaps with ci-main.yml on main branch pushes
- test-ci.yml: duplicates ci-pr.yml (PRs) and ci-main.yml (main)
- release.yml: disabled, superseded by release-comprehensive.yml
- release-minimal.yml: disabled, superseded by release-comprehensive.yml
- package-release.yml: disabled, superseded by release-comprehensive.yml
- test-minimal.yml: path filter makes it rarely run, covered by ci-pr

Remaining: 24 focused workflows (ci-main, ci-pr, release-comprehensive
as the core trio, plus specialized build/deploy/publish workflows).

Refs: #626

Co-Authored-By: Terraphim AI <noreply@anthropic.com>
@AlexMikhalev AlexMikhalev force-pushed the cleanup/phase-4-ci-consolidation branch from 07241cb to 9910f21 Compare March 5, 2026 23:08
@AlexMikhalev AlexMikhalev merged commit 43aac73 into main Mar 5, 2026
@AlexMikhalev AlexMikhalev deleted the cleanup/phase-4-ci-consolidation branch March 5, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[cleanup] Phase 4: CI/CD workflow consolidation

1 participant