Skip to content

Commit c33b0ba

Browse files
committed
comment out tool for now
1 parent 7313191 commit c33b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
256256
actions := toolsets.NewToolset(ToolsetMetadataActions.ID, ToolsetMetadataActions.Description).
257257
AddReadTools(
258258
toolsets.NewServerTool(ActionsRead(getClient, t)),
259-
toolsets.NewServerTool(ListWorkflows(getClient, t)),
259+
// toolsets.NewServerTool(ListWorkflows(getClient, t)),
260260
// toolsets.NewServerTool(ListWorkflowRuns(getClient, t)),
261261
// toolsets.NewServerTool(GetWorkflowRun(getClient, t)),
262262
toolsets.NewServerTool(GetWorkflowRunLogs(getClient, t)),

0 commit comments

Comments
 (0)