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 after a successful merge to main
MERGE_TO_MAIN now deletes the cicd branch once the merge is clean (HTTP 201/204) — best-effort cleanup, a delete failure is a warning, not a job failure. Added SUMMARY to needs so the branch is removed only after SUMMARY's checkout (a parallel job fetching a commit on a just-deleted branch can fail). Branch is recreated from main on the next upload.
0 commit comments