]> git.kaiwu.me - haproxy.git/commit
CI: github: treat vX.Y.Z release tags as stable like haproxy-* branches
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 19 Mar 2026 14:55:58 +0000 (15:55 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 19 Mar 2026 14:58:24 +0000 (15:58 +0100)
commitfc38ebb07909e66d90734b6e9a68b83a51228e69
tree8775a0453f5220c716578d6a8f4a735c9c833207
parent10e78d9246d7d32d8c4d2943ae33b10475205434
CI: github: treat vX.Y.Z release tags as stable like haproxy-* branches

Add detection of release tags matching the vX.Y.Z pattern so they use
the same stable CI configuration as haproxy-* branches, rather than the
development one.

It prevents stable tag to trigger the CI with docker images and SSL
libraries only used for development.

Must be backported in stable releases.
.github/matrix.py