Set hours interval to run jobs every 5 minutes every day

Hi, i created a .net core web api with hangfire server. i set intervals in cron expressions defining hour ranges using expressions ‘*/5 12-13 * * *’ to specify that a job should run every 5 minutes between 12 PM and 1:59 PM. Unfortunately the job runs continuously throughout the day without stopping and starting again. Do you have any suggestions?