Does Orchestrator abandon an hourly scheduled process if the previous execution takes more than an hour

I have a process that is scheduled to run every hour.
But one possible scenario can rarely happen where the execution that is once triggered takes more than an hour to complete.
I want that in this case, the next hourly trigger should get abandoned.
How do I set this kind of schedule in Orchestrator?