Skip to content
Closed
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ trigger:
# Scheduled runs.
schedules:

# GitHub on Sundays 04:30 UTC.
# GitHub release/6.1 on Sundays 04:30 UTC.
- cron: '30 4 * * Sun'
displayName: Sunday Run
branches:
include:
- release/6.1
always: true

# ADO on Sundays 05:30 UTC.
# ADO internal/release/6.1 on Sundays 05:30 UTC.
- cron: '30 5 * * Sun'
displayName: Sunday Run
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ trigger:
# Scheduled runs.
schedules:

# GitHub on Sundays 04:00 UTC.
# GitHub release/6.1 on Sundays 04:00 UTC.
- cron: '0 4 * * Sun'
displayName: Sunday Run
branches:
include:
- release/6.1
always: true

# ADO on Sundays 05:00 UTC.
# ADO internal/release/6.1 on Sundays 05:00 UTC.
- cron: '0 5 * * Sun'
displayName: Sunday Run
branches:
Expand Down