From eaae611a6244e6b065c85d18dc165309bdb17c18 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:45:16 -0700 Subject: [PATCH] remove workflow call 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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-cli-docker.yml b/.github/workflows/build-cli-docker.yml index 3ea5ed309..8ec053964 100644 --- a/.github/workflows/build-cli-docker.yml +++ b/.github/workflows/build-cli-docker.yml @@ -5,14 +5,6 @@ on: push: paths: - "crates/bws/**" - workflow_call: - inputs: - sdk_branch: - type: string - default: master - is_workflow_call: - type: boolean - default: true workflow_dispatch: inputs: sdk_branch: