Skip to content

Commit

Permalink
Revert "fix: remove free space"
Browse files Browse the repository at this point in the history
This reverts commit 7c8c2f6.
  • Loading branch information
scopsy committed Mar 7, 2024
1 parent a712fe9 commit 868a10e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/docker/build-api/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/docker/build-worker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 868a10e

Please sign in to comment.