diff --git a/.github/actions/acme_clients/action.yml b/.github/actions/acme_clients/action.yml index 50bfa742..62bacb27 100644 --- a/.github/actions/acme_clients/action.yml +++ b/.github/actions/acme_clients/action.yml @@ -483,7 +483,7 @@ runs: NAME_SPACE: ${{ inputs.NAME_SPACE }} - name: "Allowed domainlist feature - check result " - if: ${{ inputs.TEST_ADL == 'true' }} && steps.legofail01.outcome != 'failure' + if: ${{ (inputs.TEST_ADL == 'true') && steps.legofail01.outcome != 'failure' }} run: | echo "legofail outcome is ${{steps.legofail01.outcome }}" exit 1