Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions OneBranchPipelines/build-release-package-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ pr:
include:
- main

# Schedule: Daily builds at 12:30 AM IST (19:00 UTC previous day)
# Schedule: Daily builds at 4:30 AM IST (23:00 UTC previous day)
# Cron format: minute hour day month weekday
# always:true = run even if no code changes
schedules:
- cron: "0 19 * * *"
displayName: Daily run at 12:30 AM IST
- cron: "0 23 * * *"
displayName: Daily run at 4:30 AM IST
branches:
include:
- main
Expand Down
Loading