From e081ef857d948600684bfd1f441cf0228bb4abee Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Tue, 16 Sep 2025 11:15:52 -0600 Subject: [PATCH] Add weekly schedule to code mirror --- eng/ci/code-mirror.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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