Skip to content

Commit e0735ba

Browse files
committed
Temporarily mark era ptr as TBC
1 parent cf0186e commit e0735ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/classic_era_ptr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
uses: ./.github/workflows/template.yml
1111
with:
1212
BRANCH: classic_era_ptr
13-
FLAVOR: vanilla
13+
FLAVOR: tbc # temporary change
1414

1515
classic_era_ptr-mix-into-source:
1616
uses: ./.github/workflows/template.yml
1717
with:
1818
BRANCH: classic_era_ptr
19-
FLAVOR: vanilla
19+
FLAVOR: tbc # temporary change
2020
TARGET_BRANCH_SUFFIX: '-mix-into-source'
2121
MIX_ANNOTATIONS_INTO_SOURCE: true
2222
INCLUDE_RAW_XML_SOURCE: true

.github/workflows/force_update_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ jobs:
144144
uses: ./.github/workflows/template.yml
145145
with:
146146
BRANCH: classic_era_ptr
147-
FLAVOR: vanilla
147+
FLAVOR: tbc # temporary change
148148
FORCE_UPDATE: true
149149

150150
classic_era_ptr-mix-into-source:
151151
uses: ./.github/workflows/template.yml
152152
with:
153153
BRANCH: classic_era_ptr
154-
FLAVOR: vanilla
154+
FLAVOR: tbc # temporary change
155155
TARGET_BRANCH_SUFFIX: '-mix-into-source'
156156
MIX_ANNOTATIONS_INTO_SOURCE: true
157157
INCLUDE_RAW_XML_SOURCE: true

0 commit comments

Comments
 (0)