mbien commented on PR #6579:
URL: https://github.com/apache/netbeans/pull/6579#issuecomment-1766725582
> Yes, might not want to do this on every run.
yep, had the same thoughts
> We really need to have building the VSCode plugin tied in to the release
cluster build here too. Given that's the failure that prompted this.
this might be the missing puzzle piece:
```yml
CLUSTER_CONFIG: ${{ (contains(github.event.pull_request.labels.*.name,
'rust') || github.event_name != 'pull_request') && 'full' || 'release' }}
```
we are so lucky that fake ternary ops work! We could build the full cluster
only when `rust` is specified in PRs? What should happen on the main branch?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists