From 07398defd70a8f85277ba37858743916cc3de8e3 Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Tue, 6 Aug 2024 19:30:36 -0300 Subject: [PATCH] chore: add free disk space --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d6195d69..1d524410d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,16 @@ on: - '**' jobs: + free-disk-space: + runs-on: ubuntu-latest + steps: + + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + + lint_test: + needs: free-disk-space uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@remove_go_cache secrets: inherit with: