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
ci: restrict scheduled deploy matrix to supported branches
The consolidated deploy matrix iterated every stable* branch on the remote,
including long out-of-support ones (stable9..stable29). In a single run this
also blows past the 256-jobs-per-run limit and wastes CI on branches that no
longer build.
- prepare now builds master + only the stable branches within the support
window, reusing build/detect-versions.php for the lowest..highest range.
- workflow_dispatch gains an optional "branch" input to build & deploy a
single branch on demand (empty = master + all supported stables).
Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
0 commit comments