Time constrain on command step

Is there a way to schedule a step to only run at a specific time? For my specific use case, I would like the deployment step in my CD pipeline to only run at a specific time every day. I could hack around it by combining pipelines, but it makes tracing a little harder

Hey @arun!

Welcome to the community! :blush:

Intersting :thinking: … It’s not possible to schedule a particular step, only a build (Scheduled Builds | Buildkite Documentation)
As you mentioned, your best alternative is to set up that particular step as a separate pipeline and configure a scheduled build.
Configure it at a step level it’s not in our backlog.

Best!

@paula thank you for your reply!