From 6198f8a79c30c69909a9ea7fac97b29368a062bf Mon Sep 17 00:00:00 2001 From: David Boucher Date: Thu, 12 Sep 2024 08:48:46 +0200 Subject: [PATCH] fix(gha): wip --- .github/workflows/centreon-collect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centreon-collect.yml b/.github/workflows/centreon-collect.yml index 94e2f790940..99c874773dc 100644 --- a/.github/workflows/centreon-collect.yml +++ b/.github/workflows/centreon-collect.yml @@ -126,7 +126,7 @@ jobs: unit-test: needs: [get-version] - if: github.event.inputs.unit_tests == true && ${{ ! contains(fromJson('["stable"]'), needs.get-version.outputs.stability) }} + if: ${{ github.event.inputs.unit_tests == 'true' && ! contains(fromJson('["stable"]'), needs.get-version.outputs.stability) }} strategy: fail-fast: false