fix workflow_runs.code_gen to enforce code generate only for task v2 block run (#3597)

This commit is contained in:
Shuchang Zheng
2025-10-02 16:06:54 -07:00
committed by GitHub
parent a7025fc9b7
commit 7e5c4b3a03
14 changed files with 53 additions and 37 deletions

View File

@@ -328,6 +328,7 @@ def convert_to_workflow_run(
if workflow_run_model.script_run
else None,
run_with=workflow_run_model.run_with,
code_gen=workflow_run_model.code_gen,
)