From 86ef399968cf02e8604a1da4eb879ef8f6875388 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:47:08 -0700 Subject: [PATCH] remove workflow call if condition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michał Chęciński --- .github/workflows/build-cli-docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-cli-docker.yml b/.github/workflows/build-cli-docker.yml index 4e0a963c7..dfbb14973 100644 --- a/.github/workflows/build-cli-docker.yml +++ b/.github/workflows/build-cli-docker.yml @@ -26,7 +26,6 @@ jobs: steps: - name: Checkout Repository - if: ${{ inputs.is_workflow_call != true }} uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 ########## Set up Docker ##########