From c252e344b45242a9337051aca0c74a1ad5f1b9df Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Thu, 14 Nov 2024 08:50:35 -0800 Subject: [PATCH] Skip CG for version 6 branches (#7671) --- eng/pipelines/dotnet-monitor-cg.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/pipelines/dotnet-monitor-cg.yml b/eng/pipelines/dotnet-monitor-cg.yml index 8c3f49568d5..b3aa41dfb06 100644 --- a/eng/pipelines/dotnet-monitor-cg.yml +++ b/eng/pipelines/dotnet-monitor-cg.yml @@ -8,6 +8,10 @@ schedules: - shipped/v7.3 - shipped/v7.2 - shipped/v7.1 + - shipped/v6.3 + - shipped/v6.2 + - shipped/v6.1 + - shipped/v6.0 always: true trigger: none