Skip to content

Commit 5477d65

Browse files
github-actions[bot]Jo Shieldsdirecthex
authored
[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 <[email protected]> Co-authored-by: Jo Shields <[email protected]>
1 parent 2b52df8 commit 5477d65

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

eng/pipelines/runtime-community.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
trigger: none
1+
trigger:
2+
batch: true
3+
branches:
4+
include:
5+
- release/*.*
6+
exclude:
7+
- release/6.0*
8+
paths:
9+
include:
10+
- '*'
11+
- docs/manpages/*
12+
exclude:
13+
- '**.md'
14+
- eng/Version.Details.xml
15+
- .devcontainer/*
16+
- .github/*
17+
- docs/*
18+
- LICENSE.TXT
19+
- PATENTS.TXT
20+
- THIRD-PARTY-NOTICES.TXT
221

322
schedules:
423
- cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).

0 commit comments

Comments
 (0)