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 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
Expand Down
Loading