kin: KIN-FIX-005 Починить регрессию KIN-055: execution_mode=NULL после pipeline→review
This commit is contained in:
parent
c67fa379b3
commit
16a463f79b
1 changed files with 2 additions and 2 deletions
|
|
@ -1120,8 +1120,8 @@ def run_pipeline(
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# Review mode: wait for manual approval (don't overwrite execution_mode)
|
# Review mode: wait for manual approval
|
||||||
models.update_task(conn, task_id, status="review")
|
models.update_task(conn, task_id, status="review", execution_mode="review")
|
||||||
|
|
||||||
# Run post-pipeline hooks (failures don't affect pipeline status)
|
# Run post-pipeline hooks (failures don't affect pipeline status)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue