Skip to content

Commit

Permalink
If we are packaging a release, free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed Jun 28, 2023
1 parent 2c48297 commit 7b9b2da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Run tests
run: cargo test -r

## free up disk space if we are packaging a release from a tag
- uses: jlumbroso/free-disk-space@main
if: contains(github.ref, 'refs/tags/')

- name: Debian packaging
if: contains(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 7b9b2da

Please sign in to comment.