Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-20 20:45:18 +0300
committerGitHub <noreply@github.com>2022-08-20 20:45:18 +0300
commit5477d65e8b83ef11f127e5a1f1bfb945c7149d30 (patch)
tree7064a9f4b08f9d6bdb503021e1f99c9468fc5417 /eng
parent2b52df83546e81a2e591584f29949a1c6ae36ce7 (diff)
[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 <joshield@microsoft.com> Co-authored-by: Jo Shields <directhex@apebox.org>
Diffstat (limited to 'eng')
-rw-r--r--eng/pipelines/runtime-community.yml21
1 files changed, 20 insertions, 1 deletions
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).