From 5477d65e8b83ef11f127e5a1f1bfb945c7149d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 10:45:18 -0700 Subject: [release/7.0-rc1] Add runs for release/7.0* on community architectures (#74239) * Add scheduled runs for release/7.0* on community architectures * Suggestion from Alex, to avoid upkeep churn * Switch to runtime.yml model - ALL release branch commits get built Co-authored-by: Jo Shields Co-authored-by: Jo Shields --- eng/pipelines/runtime-community.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'eng') diff --git a/eng/pipelines/runtime-community.yml b/eng/pipelines/runtime-community.yml index 2ceed817ca6..50ba34100d3 100644 --- a/eng/pipelines/runtime-community.yml +++ b/eng/pipelines/runtime-community.yml @@ -1,4 +1,23 @@ -trigger: none +trigger: + batch: true + branches: + include: + - release/*.* + exclude: + - release/6.0* + paths: + include: + - '*' + - docs/manpages/* + exclude: + - '**.md' + - eng/Version.Details.xml + - .devcontainer/* + - .github/* + - docs/* + - LICENSE.TXT + - PATENTS.TXT + - THIRD-PARTY-NOTICES.TXT schedules: - cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST). -- cgit v1.2.3