Skip to content

Commit

Permalink
Merge pull request #314 from symflower/free-gh-action-disk-space
Browse files Browse the repository at this point in the history
Free Github runner disk space by removing unnecessary pre packaged stuff
  • Loading branch information
ruiAzevedo19 authored Aug 5, 2024
2 parents 2d0d2c1 + b56d7f7 commit ef58aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jlumbroso/free-disk-space@main
if: contains(inputs.os, 'ubuntu')

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit ef58aff

Please sign in to comment.