Skip to content

Commit 353bbb0

Browse files
authored
chore: remove disk space cleanup (#3129)
1 parent 86dfd4b commit 353bbb0

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ jobs:
3636
with:
3737
egress-policy: audit
3838

39-
- name: Free disk space
40-
if: ${{ matrix.os == 'ubuntu-latest'}}
41-
run: |
42-
df -h
43-
sudo rm -rf /usr/local/lib/android
44-
sudo rm -rf /usr/share/dotnet
45-
df -h
4639
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4740
with:
4841
submodules: true

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- name: Free disk space
22-
run: |
23-
df -h
24-
sudo rm -rf /usr/local/lib/android
25-
sudo rm -rf /usr/share/dotnet
26-
df -h
2721
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2822
with:
2923
submodules: true

0 commit comments

Comments
 (0)