diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 92555606..037f8a23 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -52,6 +52,11 @@ jobs: issues: write pull-requests: write steps: + # This helps understand how much disk space the cache and custom runner + # is actually using. + # Related to https://github.com/actions/runner/issues/2708 + - name: Report disk usage + run: df -h - name: Setup Go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: