diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88ec60b6fed4b4..b30a96b4cb4a9b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -421,8 +421,12 @@ jobs: net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" steps: + - name: Get diskspace info before checkout + run: df - name: Checkout uses: actions/checkout@v4 + - name: Get diskspace info before submodule checkout & Bootstrap + run: df - name: Checkout submodules & Bootstrap uses: ./.github/actions/checkout-submodules-and-bootstrap with: