diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index 7c77fe20..45d2ff0c 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -7,6 +7,15 @@ trigger: - v4.x/* - v3.x/* +schedules: +# Build weekly to ensure the pipeline isn't deactivated. +- cron: "0 0 1/7 * *" + displayName: Weekly sync + branches: + include: + - dev + always: true + resources: repositories: - repository: eng