From 042b3a22bd23cd3dc4e3044728d4293e9f821cc9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:51:07 +0000 Subject: [PATCH] Pause gc-standalone scheduled runs Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com> --- eng/pipelines/coreclr/gc-standalone.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/eng/pipelines/coreclr/gc-standalone.yml b/eng/pipelines/coreclr/gc-standalone.yml index 492595ab437e32..ba84dad558f080 100644 --- a/eng/pipelines/coreclr/gc-standalone.yml +++ b/eng/pipelines/coreclr/gc-standalone.yml @@ -1,12 +1,14 @@ trigger: none -schedules: -- cron: "0 5 * * *" - displayName: Mon through Sun at 9:00 PM (UTC-8:00) - branches: - include: - - main - always: true +# Scheduled runs are paused while we root-cause an ongoing issue. +# Do not remove this pipeline; re-enable by uncommenting the schedule below. +# schedules: +# - cron: "0 5 * * *" +# displayName: Mon through Sun at 9:00 PM (UTC-8:00) +# branches: +# include: +# - main +# always: true variables: - template: /eng/pipelines/common/variables.yml