Fix: recurring workflow to respect latest run time (#11735)

This commit is contained in:
shamoon
2026-01-08 09:52:53 -08:00
committed by GitHub
parent 4c2f5f3473
commit f3e3ba49d1
2 changed files with 63 additions and 1 deletions

View File

@@ -493,7 +493,7 @@ def check_scheduled_workflows():
trigger.schedule_is_recurring
and workflow_runs.exists()
and (
workflow_runs.last().run_at
workflow_runs.first().run_at
> now
- datetime.timedelta(
days=trigger.schedule_recurring_interval_days,