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

ci: remove redundant disk space cleanup step

The step was duplicated in the workflow file. The cleanup is already handled by the previous step that downloads and executes the script.
TheWildJames 10 месяцев назад
Родитель
Сommit
c8bb4089dd
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      .github/workflows/build.yml

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

@@ -51,9 +51,6 @@ jobs:
         run: |
         run: |
           curl -L -o util_free_space.sh https://raw.githubusercontent.com/apache/arrow/main/ci/scripts/util_free_space.sh
           curl -L -o util_free_space.sh https://raw.githubusercontent.com/apache/arrow/main/ci/scripts/util_free_space.sh
           chmod +x util_free_space.sh
           chmod +x util_free_space.sh
-          
-      - name: Free Disk Space with Apache Arrow Script
-        run: |
           ./util_free_space.sh
           ./util_free_space.sh
           
           
       - name: Check Disk Space After Cleanup
       - name: Check Disk Space After Cleanup