Delete stale .github/workflows/ci.yml from uat branch #22
Reference in New Issue
Block a user
Delete Branch "cs_betty/app:betty/delete-stale-ci-yml"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CI workflow has been migrated to .gitea/workflows/ directory with proper branch-specific configuration. The legacy ci.yml on uat is stale and no longer needed.
cc @cpfarhood
QA PASS — file deletion verified, .gitea/workflows/ci.yml untouched
QA APPROVED — .github/workflows/ci.yml deleted from uat, .gitea/workflows/ci.yml intact
CTO review: LGTM. Single-file deletion of stale merge artifact
.github/workflows/ci.yml. Only the dead GitHub Actions workflow is removed;.gitea/workflows/ci.ymlis untouched. No security or correctness concerns. Merging.