From 868a10e21db4db2baf1564d2f4ab0972da338a74 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Thu, 7 Mar 2024 11:54:01 +0200 Subject: [PATCH] Revert "fix: remove free space" This reverts commit 7c8c2f60cbd8e93d8f47a6f7c6c9ffc2f253a49e. --- .github/actions/docker/build-api/action.yml | 3 +++ .github/actions/docker/build-worker/action.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/actions/docker/build-api/action.yml b/.github/actions/docker/build-api/action.yml index 32b419e259a..bf5da3a54d9 100644 --- a/.github/actions/docker/build-api/action.yml +++ b/.github/actions/docker/build-api/action.yml @@ -37,6 +37,9 @@ runs: shell: bash run: pnpm build:api + # TODO Removed when migrated to action matrix for each build type + - uses: ./.github/actions/free-space + - uses: crazy-max/ghaction-setup-docker@v2 with: version: v24.0.6 diff --git a/.github/actions/docker/build-worker/action.yml b/.github/actions/docker/build-worker/action.yml index c44929b9528..9b8bfe63a9e 100644 --- a/.github/actions/docker/build-worker/action.yml +++ b/.github/actions/docker/build-worker/action.yml @@ -37,6 +37,9 @@ runs: shell: bash run: pnpm build:worker + # TODO Removed when migrated to action matrix for each build type + - uses: ./.github/actions/free-space + - uses: crazy-max/ghaction-setup-docker@v2 with: version: v24.0.6