Fix: ensure only matched scheduled workflows are applied (#9580)

This commit is contained in:
shamoon
2025-04-08 08:55:03 -07:00
committed by GitHub
parent 0d5a2b4382
commit 358db10fe3
2 changed files with 34 additions and 21 deletions

View File

@@ -461,6 +461,7 @@ def check_scheduled_workflows():
)
continue
run_workflows(
WorkflowTrigger.WorkflowTriggerType.SCHEDULED,
document,
trigger_type=WorkflowTrigger.WorkflowTriggerType.SCHEDULED,
workflow_to_run=workflow,
document=document,
)