From 6dfb5d3997830c5244b22d3e253d5568c7b18ee2 Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Wed, 7 Aug 2024 15:19:53 -0300 Subject: [PATCH] chore: disk space free --- .github/workflows/ci.yml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9e2bd5e8..6abf6df98 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 + with: + tool-cache: true + lint_test: + needs: free-disk-space uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.2.1 secrets: inherit with: @@ -15,11 +24,11 @@ jobs: run-lint: true integration-tests-command: | sudo make test-e2e - - docker_pipeline: - uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.2.1 - secrets: inherit - with: - publish: false - dockerfile: ./contrib/images/babylond/Dockerfile - repoName: babylond \ No newline at end of file + + # docker_pipeline: + # uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.2.1 + # secrets: inherit + # with: + # publish: false + # dockerfile: ./contrib/images/babylond/Dockerfile + # repoName: babylond \ No newline at end of file