Skip to content

Commit

Permalink
[release/7.0-rc1] Add runs for release/7.0* on community architectures (
Browse files Browse the repository at this point in the history
#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>
  • Loading branch information
3 people authored Aug 20, 2022
1 parent 2b52df8 commit 5477d65
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion eng/pipelines/runtime-community.yml
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 5477d65

Please sign in to comment.