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 b2f17b7 commit e746cf0Copy full SHA for e746cf0
.github/workflows/deploy-cloud-run-grafana.yaml
@@ -14,6 +14,13 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
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
+
24
- uses: google-github-actions/auth@v2
25
with:
26
credentials_json: ${{ secrets.GOOGLECLOUDSA }}
0 commit comments