Skip to content

Commit

Permalink
chore: add free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 6, 2024
1 parent 42a5424 commit 07398de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 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


lint_test:
needs: free-disk-space
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@remove_go_cache
secrets: inherit
with:
Expand Down

0 comments on commit 07398de

Please sign in to comment.