From 54f8030f2bc4e5f4bbd88cc04c173b72b45a6d55 Mon Sep 17 00:00:00 2001 From: Jeev B Date: Sat, 16 Sep 2023 09:38:55 -0700 Subject: [PATCH] skip haskell --- .github/workflows/single-binary.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index 06c65a309f..c7b46d615a 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -131,6 +131,8 @@ jobs: needs: [build-and-push-single-binary-image] steps: - uses: jlumbroso/free-disk-space@main + with: + haskell: false - name: Set latest Flytesnacks release if: ${{ env.FLYTESNACKS_VERSION == '' }} run: |