Просмотр исходного кода

ci: disable download of Apache Arrow's util_free_space.sh

The script download is no longer needed for the build process, so it's disabled to reduce unnecessary network calls during CI runs.
TheWildJames 9 месяцев назад
Родитель
Сommit
243de669ec
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -44,6 +44,7 @@ jobs:
           df -BG
           
       - name: Download Apache Arrow's util_free_space.sh
+        if: false
         run: |
           curl -Ls https://raw.githubusercontent.com/apache/arrow/main/ci/scripts/util_free_space.sh | bash