Skip to content

Commit 392eacf

Browse files
author
Filip Maszota
committed
fix(worker): mirror the pre-PR gate output in the workflow block catalog
1 parent 05e7b9e commit 392eacf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/workflow-workspace/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,7 @@ <h1>Workflow Design Workspace</h1>
10601060
...typedPaths("number", "fixCycles"),
10611061
...typedPaths("string", "outcome", "summary"),
10621062
],
1063+
optionalOutputs: typedPaths("object | null", "gate"),
10631064
statuses: ["ok"],
10641065
}),
10651066
run_checks: runtimeContract(["commands"], {
@@ -1069,7 +1070,10 @@ <h1>Workflow Design Workspace</h1>
10691070
...typedPaths("string", "outcome"),
10701071
...typedPaths("unknown[]", "results", "failures"),
10711072
],
1072-
optionalOutputs: typedPaths("string", "skipReason"),
1073+
optionalOutputs: [
1074+
...typedPaths("string", "skipReason"),
1075+
...typedPaths("object | null", "gate"),
1076+
],
10731077
statuses: ["ok"],
10741078
}),
10751079
transform: runtimeContract([], {

0 commit comments

Comments
 (0)