Skip to content

Commit

Permalink
chore: add free disk space as need
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 2, 2024
1 parent d1ef810 commit 73c7585
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ 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: babylonchain/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
Expand Down

0 comments on commit 73c7585

Please sign in to comment.