Skip to content

Commit d52917b

Browse files
committed
Add useAllPlatformBundle
1 parent b948e56 commit d52917b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pr-checks/sync.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ function main(): void {
184184
}
185185
}
186186

187+
let useAllPlatformBundle = "false"; // Default to false
188+
if (checkSpecification.useAllPlatformBundle) {
189+
useAllPlatformBundle = checkSpecification.useAllPlatformBundle;
190+
}
191+
187192
// Construct the workflow steps needed for this check.
188193
const steps: any[] = [
189194
{

0 commit comments

Comments
 (0)