diff --git a/OneBranchPipelines/build-release-package-pipeline.yml b/OneBranchPipelines/build-release-package-pipeline.yml index 04e67887..3bd789e8 100644 --- a/OneBranchPipelines/build-release-package-pipeline.yml +++ b/OneBranchPipelines/build-release-package-pipeline.yml @@ -36,12 +36,12 @@ pr: include: - main -# Schedule: Daily builds at 07:00 AM IST (01:30 UTC) +# Schedule: Daily builds at 12:30 AM IST (19:00 UTC previous day) # Cron format: minute hour day month weekday # always:true = run even if no code changes schedules: - - cron: "30 1 * * *" - displayName: Daily run at 07:00 AM IST + - cron: "0 19 * * *" + displayName: Daily run at 12:30 AM IST branches: include: - main