You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): delete cicd branch on non-merged runs too (no stale-branch buildup)
New CLEANUP_BRANCH job deletes the cicd branch when MERGE_TO_MAIN was SKIPPED — i.e. the run did not succeed (build/push failed, public approval rejected, invalid manifest). It does NOT fire on a merge conflict (MERGE_TO_MAIN failure: branch kept for manual merge), and uses !cancelled() so a superseded/cancelled run never deletes a branch a newer run already owns. Needs SUMMARY so deletion is after SUMMARY's checkout. Best-effort (exits 0).
0 commit comments