Skip to content

Commit e746cf0

Browse files
Update deploy-cloud-run-grafana.yaml
1 parent b2f17b7 commit e746cf0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Free disk space
18+
run: |
19+
sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost
20+
sudo rm -rf "$AGENT_TOOLSDIRECTORY" || true
21+
sudo docker system prune -af || true
22+
df -h
23+
1724
- uses: google-github-actions/auth@v2
1825
with:
1926
credentials_json: ${{ secrets.GOOGLECLOUDSA }}

0 commit comments

Comments
 (0)