Skip to content

Commit

Permalink
chore: disk space free
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 7, 2024
1 parent 43efd95 commit 6dfb5d3
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
secrets: inherit
with:
Expand All @@ -15,11 +24,11 @@ jobs:
run-lint: true
integration-tests-command: |
sudo make test-e2e
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: false
dockerfile: ./contrib/images/babylond/Dockerfile
repoName: babylond
# docker_pipeline:
# uses: babylonlabs-io/.github/.github/workflows/[email protected]
# secrets: inherit
# with:
# publish: false
# dockerfile: ./contrib/images/babylond/Dockerfile
# repoName: babylond

0 comments on commit 6dfb5d3

Please sign in to comment.