The schedule trigger does not work when set to hours greater than 1. The user needs this feature to function correctly for their workflows.
<!-- Please follow the template below. Skip the questions that are not relevant to you. --> ## Describe the problem/error/question I am using a Schedule Trigger with hours set to 2. I tried 8, 10, and 12 as well. When I publish the workflow, it does not run. When I open the workflow to investigate and click the "Execute workflow" button, it runs, but it gets stuck on the trigger node. It does not seem to be able to get past the trigger node when you set it to "Hours" greater than 1. ## What is the error message (if any)? None ## Please share your workflow/screenshots/recording { "nodes": [ { "parameters": { "rule": { "interval": [ { "field": "hours", "hoursInterval": 2 } ] } }, "type": "n8n-nodes-base.scheduleTrigger", "typeVersion": 1.3, "position": [ -1312, 1520 ], "id": "ee3a884e-c1d1-4221-92c8-8847e34f963b", "name": "Sche