mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
fix: pin integration workflow runs to published definitions
This commit is contained in:
parent
fb4eea555f
commit
771363db8a
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ async def create_workflow_run_rows(
|
|||
workflow_id=workflow.id,
|
||||
mode=WorkflowRunMode.SMALLWEBRTC.value,
|
||||
user_id=user.id,
|
||||
definition_id=workflow.released_definition_id,
|
||||
)
|
||||
|
||||
return workflow_run, user, workflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue