Skip to content

Commit 710ee5b

Browse files
CHORE: move nightly build schedule to 4:30 AM IST (#686)
### Work Item / Issue Reference ADO Work Item ID: Fixed [AB#46528](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/46528) ------------------------------------------------------------------- ### Summary Moves the daily scheduled build in `build-release-package-pipeline.yml` from 12:30 AM IST to 4:30 AM IST (cron `0 19` -> `0 23` UTC). Comment and displayName updated to match. No other pipeline behavior changes. Co-authored-by: Gaurav Sharma <223556219+Copilot@users.noreply.github.com>
1 parent aa45d7f commit 710ee5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

OneBranchPipelines/build-release-package-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ pr:
3636
include:
3737
- main
3838

39-
# Schedule: Daily builds at 12:30 AM IST (19:00 UTC previous day)
39+
# Schedule: Daily builds at 4:30 AM IST (23:00 UTC previous day)
4040
# Cron format: minute hour day month weekday
4141
# always:true = run even if no code changes
4242
schedules:
43-
- cron: "0 19 * * *"
44-
displayName: Daily run at 12:30 AM IST
43+
- cron: "0 23 * * *"
44+
displayName: Daily run at 4:30 AM IST
4545
branches:
4646
include:
4747
- main

0 commit comments

Comments
 (0)