From 24c004cb8d1f616fab393e6a8b4c0c53e7dcd87c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 25 Aug 2023 08:58:15 +0900 Subject: [PATCH] GH-37373: [CI][Integration] Free up disk space --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 738b6ed3f1987..e7efd11c87044 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -69,6 +69,9 @@ jobs: with: repository: apache/arrow-rs path: rust + - name: Free up disk space + run: | + ci/scripts/util_free_space.sh - name: Cache Docker Volumes uses: actions/cache@v3 with: