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