From 903f1ab30e551e0778aace1a268abf6ab2b935d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Tue, 16 Jun 2026 16:40:01 -0400 Subject: [PATCH] fix suffix computation --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6acfbf5..ee6a8a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - SUFFIX: ${{ (github.head_ref || github.ref_name) == 'main' && '' || format('-{0}', github.head_ref || github.ref_name) }} + SUFFIX: ${{ (github.head_ref || github.ref_name) != 'main' && format('-{0}', github.head_ref || github.ref_name) || '' }} jobs: checks: