From cac65de9c24fec4b2836a4212ce27011fe4df021 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 8 May 2023 14:41:48 -0500 Subject: [PATCH] Second attempt at reducing source-build tarball CI frequency (#16340) --- eng/source-build-tarball-build-official.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eng/source-build-tarball-build-official.yml b/eng/source-build-tarball-build-official.yml index b38dd40ab..5423bbd70 100644 --- a/eng/source-build-tarball-build-official.yml +++ b/eng/source-build-tarball-build-official.yml @@ -7,8 +7,10 @@ resources: trigger: branches: include: - - release/*.1xx - - internal/release/*.1xx + - release/6.0.1xx + - internal/release/6.0.1xx + - release/7.0.1xx + - internal/release/7.0.1xx stages: - build