VCS triggered speculative plans in monorepos

When working with a monorepo and automatic speculative plans enabled for PRs, and there are N workspaces in the monorepo, there are always N checks posted even if only 1 is changed.

The plan is reported for the 1 changed workspace, however the say, 99 other workspaces posting “skipped plan” just obscure the result of the changed workspace.

Is there any way to suppress output from workspaces that did not trigger speculative plans to make the resulting output less cluttered?

I’m not aware of a configuration option for this.

The reason it is done the way it is, is so that the checks can be made mandatory to pass for all commits - but I can see how the number would become intolerable in a monorepo.