]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: Use proper `if` blocks instead of conditional expressions in matrix.py
authorTim Duesterhus <tim@bastelstu.be>
Thu, 29 Dec 2022 16:40:26 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Jan 2023 15:28:34 +0000 (16:28 +0100)
commitfd7931e7f3a1b9568f9d9e7a95d8d444203c961f
tree04a202a3a6937ecaf8c962c30feabf1cce92eb9e
parentfcc21be9223c14329c9941edb0da9355e47e4e16
CI: Use proper `if` blocks instead of conditional expressions in matrix.py

For complex expressions, such as the ones modified, the condition expression is
much less readable, especially with the actual condition in the middle of the
"then" and "else" part.
.github/matrix.py