We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607e2c commit 5582607Copy full SHA for 5582607
.github/workflows/pull_request.yml
@@ -51,8 +51,10 @@ jobs:
51
runs-on: ubuntu-24.04
52
steps:
53
- name: Free Disk Space
54
+ if: false
55
run: |
56
df -h
57
+ # brings available space from 25G to 42G
58
sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/lib/node_modules /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
59
sudo docker image prune --all --force
60
sudo docker builder prune -a
0 commit comments