Skip to content

Commit a852d75

Browse files
authored
Add disk space cleanup step in release workflow
Added a step to free disk space on Ubuntu before setting up Python.
1 parent 31e3547 commit a852d75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/.github/workflows/release.yaml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Free Disk Space (Ubuntu)
22+
uses: jlumbroso/free-disk-space@main
23+
2124
{% raw %}- name: Set up Python ${{ env.python-version }}
2225
uses: actions/setup-python@v6
2326
with:

0 commit comments

Comments
 (0)