Restrict pipeline to run at certain times

Would be great to be able to configure a schedule so that our deploy pipelines do not execute over the weekend. Maybe the build starts and runs other pipelines (build, test, etc) but the deploy pipeline could be blocked and wait to deploy during a time the schedule allows (during working hours during the week).

We provide the ability to add bespoke features and customizations to Drone through extensions:

You can use extensions to override and customize Drone’s default behavior. If Drone does almost everything you want, you can use extensions to enhance Drone to accommodate all of your team’s unique requirements.

In this particular case I recommend a validation extension, which can be used to block a pipeline from execution based on custom validation logic. Validation Extension | Drone