]> git.kaiwu.me - haproxy.git/commit
CI: Wrap all `if:` conditions in `${{ }}`
authorTim Duesterhus <tim@bastelstu.be>
Sun, 12 Apr 2026 19:27:04 +0000 (21:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 07:34:07 +0000 (09:34 +0200)
commit5d6a09580a35edc893ffb5875aa844e2c7686afe
tree3a28f342f49d363176de8ec1bf12c4affb7df782
parenta4737cca085a9c794e01c679d29fe1bfc838d337
CI: Wrap all `if:` conditions in `${{ }}`

While `if:` also works with a bare condition, it is a best practice to always
wrap "dynamic placeholders" in `${{ }}`.

See: https://github.blog/changelog/2026-01-29-github-actions-smarter-editing-clearer-debugging-and-a-new-case-function/#better-if-condition-handling
.github/actions/setup-vtest/action.yml
.github/workflows/quic-interop-aws-lc.yml
.github/workflows/quic-interop-libressl.yml