From 7939260d4b77f105b42ba5a48bfb0f9a8104b858 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 23 Sep 2024 18:20:28 +0100 Subject: [PATCH] No need to do a docker setup if there's no Dockerfile --- .github/actions/build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 320becc1..7e8d326c 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -204,6 +204,7 @@ runs: NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE: ${{inputs.NUGET_ADDITIONAL_RESTORE_FEED_PRERELEASE}} - name: "Configure Docker" + if: steps.check_files.outputs.DOCKERFILE_EXIST == 'true' uses: ./.github/actions/docker-setup with: AWS_ACCESS_KEY_ID: ${{inputs.AWS_ACCESS_KEY_ID}}