mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
fix(ci): plan openwebui functional image
This commit is contained in:
@@ -369,7 +369,7 @@ function buildPlanJson(params) {
|
||||
bareImage: imageKinds.includes("bare"),
|
||||
e2eImage: imageKinds.length > 0,
|
||||
functionalImage: imageKinds.includes("functional"),
|
||||
liveImage: scheduledLanes.some((poolLane) => poolLane.live),
|
||||
liveImage: scheduledLanes.some((poolLane) => poolLane.needsLiveImage),
|
||||
package: lanesNeedOpenClawPackage(scheduledLanes),
|
||||
},
|
||||
profile: params.profile,
|
||||
|
||||
Reference in New Issue
Block a user