Skip to content

Commit 19b3c67

Browse files
authored
[release/v1.6] Cherry-pick reclaim-storage step for release workflow (#7683)
1 parent 1912652 commit 19b3c67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
contents: write
5555
steps:
5656
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
- uses: ./tools/github-actions/reclaim-storage
5758

5859
- name: Extract Release Tag and Commit SHA
5960
id: vars

tools/hack/reclaim-storage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ log "Initial disk usage:"
77
df -h || true
88

99
# Remove large, unused language/tool runtimes
10+
# To figure out what to remove. We can SSH into the GitHub Actions runner using: https://github.com/mxschmitt/action-tmate and then run: df -h
1011
TO_DELETE=(
1112
/usr/local/lib/android
1213
/usr/share/dotnet

0 commit comments

Comments
 (0)