From 548f86647974ce336d94529a0ff6571ce7191599 Mon Sep 17 00:00:00 2001 From: Mukund Raghav Sharma Date: Mon, 30 Sep 2024 12:16:43 -0700 Subject: [PATCH] Don't trigger other pipelines in case the GC ones are triggered --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7cdd7b7f30..0af5b8c5e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,8 +22,8 @@ trigger: exclude: # don't trigger if only docs and similar files changed - docs/* - '**/*.md' - #- 'gc-azure-pipelines.yml' - #- src/benchmarks/gc/* + - 'gc-azure-pipelines.yml' + - src/benchmarks/gc/* pr: branches: