Skip to content

Commit b9b27d3

Browse files
committed
Update workflows and readmes
1 parent b2f8532 commit b9b27d3

File tree

12 files changed

+215
-43
lines changed

12 files changed

+215
-43
lines changed

.github/workflows/beta.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
beta:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: beta
1313
FLAVOR: mainline
14+
15+
beta-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: beta
19+
FLAVOR: mainline
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/classic.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
classic:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: classic
1313
FLAVOR: cata
14+
15+
classic-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: classic
19+
FLAVOR: cata
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
name: live-mix-into-source
1+
name: classic_ptr
22

33
on:
44
workflow_dispatch:
55
schedule:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
classic_beta:
1010
uses: ./.github/workflows/template.yml
1111
with:
12-
BRANCH: live
12+
BRANCH: classic_beta
13+
FLAVOR: mists
14+
15+
classic_beta-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: classic_beta
19+
FLAVOR: mists
1320
TARGET_BRANCH_SUFFIX: '-mix-into-source'
14-
FLAVOR: mainline
1521
MIX_ANNOTATIONS_INTO_SOURCE: true
1622
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/classic_era.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
classic_era:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: classic_era
1313
FLAVOR: vanilla
14+
15+
classic_era-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: classic_era
19+
FLAVOR: vanilla
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/classic_era_ptr.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
classic_era_ptr:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: classic_era_ptr
1313
FLAVOR: vanilla
14+
15+
classic_era_ptr-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: classic_era_ptr
19+
FLAVOR: vanilla
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/classic_ptr.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
classic_ptr:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: classic_ptr
1313
FLAVOR: cata
14+
15+
classic_ptr-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: classic_ptr
19+
FLAVOR: cata
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/force_update_all.yml

Lines changed: 90 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,64 +8,151 @@ jobs:
88
uses: ./.github/workflows/template.yml
99
with:
1010
BRANCH: live
11-
FORCE_UPDATE: true
1211
FLAVOR: mainline
12+
FORCE_UPDATE: true
1313

1414
live-mix-into-source:
1515
uses: ./.github/workflows/template.yml
1616
with:
1717
BRANCH: live
18-
TARGET_BRANCH_SUFFIX: '-mix-into-source'
19-
FORCE_UPDATE: true
2018
FLAVOR: mainline
19+
FORCE_UPDATE: true
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
2121
MIX_ANNOTATIONS_INTO_SOURCE: true
2222
INCLUDE_RAW_XML_SOURCE: true
2323

2424
ptr:
2525
uses: ./.github/workflows/template.yml
2626
with:
2727
BRANCH: ptr
28+
FLAVOR: mainline
2829
FORCE_UPDATE: true
30+
31+
ptr-mix-into-source:
32+
uses: ./.github/workflows/template.yml
33+
with:
34+
BRANCH: ptr
2935
FLAVOR: mainline
36+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
37+
MIX_ANNOTATIONS_INTO_SOURCE: true
38+
INCLUDE_RAW_XML_SOURCE: true
39+
FORCE_UPDATE: true
3040

3141
ptr2:
3242
uses: ./.github/workflows/template.yml
3343
with:
3444
BRANCH: ptr2
45+
FLAVOR: mainline
3546
FORCE_UPDATE: true
47+
48+
ptr2-mix-into-source:
49+
uses: ./.github/workflows/template.yml
50+
with:
51+
BRANCH: ptr2
3652
FLAVOR: mainline
53+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
54+
MIX_ANNOTATIONS_INTO_SOURCE: true
55+
INCLUDE_RAW_XML_SOURCE: true
56+
FORCE_UPDATE: true
3757

3858
beta:
3959
uses: ./.github/workflows/template.yml
4060
with:
4161
BRANCH: beta
62+
FLAVOR: mainline
4263
FORCE_UPDATE: true
64+
65+
beta-mix-into-source:
66+
uses: ./.github/workflows/template.yml
67+
with:
68+
BRANCH: beta
4369
FLAVOR: mainline
70+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
71+
MIX_ANNOTATIONS_INTO_SOURCE: true
72+
INCLUDE_RAW_XML_SOURCE: true
73+
FORCE_UPDATE: true
4474

4575
classic:
4676
uses: ./.github/workflows/template.yml
4777
with:
4878
BRANCH: classic
79+
FLAVOR: cata
4980
FORCE_UPDATE: true
81+
82+
classic-mix-into-source:
83+
uses: ./.github/workflows/template.yml
84+
with:
85+
BRANCH: classic
5086
FLAVOR: cata
87+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
88+
MIX_ANNOTATIONS_INTO_SOURCE: true
89+
INCLUDE_RAW_XML_SOURCE: true
90+
FORCE_UPDATE: true
5191

5292
classic_ptr:
5393
uses: ./.github/workflows/template.yml
5494
with:
5595
BRANCH: classic_ptr
96+
FLAVOR: cata
5697
FORCE_UPDATE: true
98+
99+
classic_ptr-mix-into-source:
100+
uses: ./.github/workflows/template.yml
101+
with:
102+
BRANCH: classic_ptr
57103
FLAVOR: cata
104+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
105+
MIX_ANNOTATIONS_INTO_SOURCE: true
106+
INCLUDE_RAW_XML_SOURCE: true
107+
FORCE_UPDATE: true
108+
109+
classic_beta:
110+
uses: ./.github/workflows/template.yml
111+
with:
112+
BRANCH: classic_beta
113+
FLAVOR: mists
114+
FORCE_UPDATE: true
115+
116+
classic_beta-mix-into-source:
117+
uses: ./.github/workflows/template.yml
118+
with:
119+
BRANCH: classic_beta
120+
FLAVOR: mists
121+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
122+
MIX_ANNOTATIONS_INTO_SOURCE: true
123+
INCLUDE_RAW_XML_SOURCE: true
124+
FORCE_UPDATE: true
58125

59126
classic_era:
60127
uses: ./.github/workflows/template.yml
61128
with:
62129
BRANCH: classic_era
130+
FLAVOR: vanilla
63131
FORCE_UPDATE: true
132+
133+
classic_era-mix-into-source:
134+
uses: ./.github/workflows/template.yml
135+
with:
136+
BRANCH: classic_era
64137
FLAVOR: vanilla
138+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
139+
MIX_ANNOTATIONS_INTO_SOURCE: true
140+
INCLUDE_RAW_XML_SOURCE: true
141+
FORCE_UPDATE: true
65142

66143
classic_era_ptr:
67144
uses: ./.github/workflows/template.yml
68145
with:
69146
BRANCH: classic_era_ptr
147+
FLAVOR: vanilla
70148
FORCE_UPDATE: true
149+
150+
classic_era_ptr-mix-into-source:
151+
uses: ./.github/workflows/template.yml
152+
with:
153+
BRANCH: classic_era_ptr
71154
FLAVOR: vanilla
155+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
156+
MIX_ANNOTATIONS_INTO_SOURCE: true
157+
INCLUDE_RAW_XML_SOURCE: true
158+
FORCE_UPDATE: true

.github/workflows/live.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
live:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: live
1313
FLAVOR: mainline
14+
15+
live-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: live
19+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
20+
FLAVOR: mainline
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/ptr.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
ptr:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: ptr
1313
FLAVOR: mainline
14+
15+
ptr-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: ptr
19+
FLAVOR: mainline
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/ptr2.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ on:
66
- cron: '*/15 * * * *'
77

88
jobs:
9-
build:
9+
ptr2:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: ptr2
1313
FLAVOR: mainline
14+
15+
ptr2-mix-into-source:
16+
uses: ./.github/workflows/template.yml
17+
with:
18+
BRANCH: ptr2
19+
FLAVOR: mainline
20+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true

0 commit comments

Comments
 (0)