Skip to content

Commit 7ef8ec5

Browse files
authored
[ci] Add weekly schedule for OneLocBuild (#207)
We've been notified that the localization system will create work items for loc pipelines that do not have regular builds. To address this, we can add a weekly build that will always run the OneLocBuild task even if sources haven't changed.
1 parent 8bc0750 commit 7ef8ec5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Localize/onelocbuild.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ schedules:
1212
branches:
1313
include:
1414
- main
15+
- cron: "0 6 * * Sunday"
16+
displayName: Run weekly on Sunday at 6:00 UTC
17+
branches:
18+
include:
19+
- main
20+
always: true
1521

1622
jobs:
1723
- job: OneLocBuild

0 commit comments

Comments
 (0)