You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): support suite ref override in rspack execute-all matrix
Re-introduce --suite-${suiteRefType} ${suiteRef} pass-through in the
execute-all matrix of rspack from-pr / from-commit / selected workflows
so users can manually trigger an all-suite run against a specific suite
branch / tag / commit. This was the original intent of 15584a4 but the
unconditional flag broke cac arg parsing under the default precoded /
'-' placeholder values, causing every matrix shard to fall back to
running all suites.
Guard the flag behind a bash conditional that only emits it when
suiteRefType is not 'precoded', so the default PR-comment trigger path
keeps producing a clean command line.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments