diff --git a/.github/workflows/conditions_test.yml b/.github/workflows/conditions_test.yml index c3631fb..423ceda 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}}