Gitlab Schedule pipeline are not running

Hello ,

I am trying to schedule a pipeline to run on my branch but I can not see the pipeline running.
I can see in scheduled tab that it will run in some specific time but once it reached the schedule time
it does not run.
let me know if you are aware of this issue.

Thanks.

Hi,

Can you show a piece of your pipeline ?
By default I think you have to put this at the end of your job

only:
  schedules

Have you tried that ?

thanks for reply
The issue was different. there were some other conditions in ci file due to which pipeline was not running