From 5c4388eaf9dac4d299c0db0da91cb41b51a55dac Mon Sep 17 00:00:00 2001 From: Stefan Ruvceski <96768603+ruvceskistefan@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:21:51 +0100 Subject: [PATCH] Update conditions_test.yml --- .github/workflows/conditions_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions_test.yml b/.github/workflows/conditions_test.yml index 2038c4b..9668b86 100644 --- a/.github/workflows/conditions_test.yml +++ b/.github/workflows/conditions_test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: test - if: ${{ env.CLEANUP != "false" }} + if: ${{ env.CLEANUP != false }} env: TEST: ${{ env.CLEANUP }} TEST2: ${{ github.event.inputs.cleanup}}