Skip to content

Commit 69c52ea

Browse files
committed
Add live-mix-into-source branch into the force_update_all action
1 parent 7bf1d48 commit 69c52ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/force_update_all.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ jobs:
1111
FORCE_UPDATE: true
1212
FLAVOR: mainline
1313

14+
live-mix-into-source:
15+
uses: ./.github/workflows/template.yml
16+
with:
17+
BRANCH: live
18+
TARGET_BRANCH_SUFFIX: '-mix-into-source'
19+
FORCE_UPDATE: true
20+
FLAVOR: mainline
21+
MIX_ANNOTATIONS_INTO_SOURCE: true
22+
INCLUDE_RAW_XML_SOURCE: true
23+
1424
ptr:
1525
uses: ./.github/workflows/template.yml
1626
with:

0 commit comments

Comments
 (0)