diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3da2d0c6a..84267a2e5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: