Skip to content

Commit

Permalink
added free space action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Valev committed Mar 6, 2024
1 parent 4e8523c commit 4d4ad55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
buildx:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
uses: ShubhamTatvamasi/free-disk-space-action@master
- name: Checkout
uses: actions/checkout@v4
- name: Get Version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
buildx:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
uses: ShubhamTatvamasi/free-disk-space-action@master
- name: Checkout
uses: actions/checkout@v4
- name: Get Version
Expand Down

0 comments on commit 4d4ad55

Please sign in to comment.