Skip to content

Commit

Permalink
Add Free disk space action
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Nov 21, 2024
1 parent b111938 commit 8549926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ jobs:
with:
ref: ${{ inputs.BRANCH_VERSION }}

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: free disk space
run: |
sudo swapoff -a
Expand Down

0 comments on commit 8549926

Please sign in to comment.