Skip to content

Commit

Permalink
restricting Free Disk Space
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain committed Feb 17, 2024
1 parent 6482718 commit ceb4678
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: false
- uses: actions/checkout@v3
- name: Calculate release version
run: |
Expand Down

0 comments on commit ceb4678

Please sign in to comment.