workflow: session handover gate 실행환경 모드 분리 (#353) #354

Merged
jihoson merged 7 commits from feature/issue-353-ci-handover-mode-v2 into feature/v3-session-policy-stream 2026-03-01 21:00:52 +09:00
Showing only changes of commit 940a7e094b - Show all commits

View File

@@ -134,7 +134,7 @@ def main() -> int:
branch = _current_branch()
if not branch:
errors.append("cannot resolve current git branch")
elif branch in {"main", "master"}:
elif not args.ci and branch in {"main", "master"}:
errors.append(f"working branch must not be {branch}")
_check_handover_entry(