Skip to content

Commit

Permalink
[ci] Add weekly schedule for OneLocBuild (#207)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins committed May 11, 2023
1 parent 8bc0750 commit 7ef8ec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Localize/onelocbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ schedules:
branches:
include:
- main
- cron: "0 6 * * Sunday"
displayName: Run weekly on Sunday at 6:00 UTC
branches:
include:
- main
always: true

jobs:
- job: OneLocBuild
Expand Down

0 comments on commit 7ef8ec5

Please sign in to comment.