Skip to content

Commit 647774c

Browse files
Update deploy-cloud-run-grafana-prod.yaml
1 parent 92acbbf commit 647774c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-cloud-run-grafana-prod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Free disk space
17+
run: |
18+
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost
19+
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || true
20+
sudo docker system prune -af || true
21+
df -h
1622

1723
- uses: google-github-actions/auth@v2
1824
with:

0 commit comments

Comments
 (0)