This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f0003e1cee0 Use free_up_disk_space after checkout (#45325)
f0003e1cee0 is described below

commit f0003e1cee0a2721b06dafcfffdeea907e4007f5
Author: GPK <[email protected]>
AuthorDate: Wed Jan 1 11:36:01 2025 +0000

    Use free_up_disk_space after checkout (#45325)
    
    * use free_up_disk_space after checkout
    
    * use free_up_disk_space after checkout
---
 .github/workflows/finalize-tests.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/finalize-tests.yml 
b/.github/workflows/finalize-tests.yml
index 1d09adf7a84..407991dc236 100644
--- a/.github/workflows/finalize-tests.yml
+++ b/.github/workflows/finalize-tests.yml
@@ -181,15 +181,15 @@ jobs:
       - name: "Cleanup repo"
         shell: bash
         run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm 
-rf /workspace/*"
-      - name: Free up disk space
-        shell: bash
-        run: ./scripts/tools/free_up_disk_space.sh
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
         uses: actions/checkout@v4
         with:
           persist-credentials: false
       - name: "Cleanup docker"
         run: ./scripts/ci/cleanup_docker.sh
+      - name: Free up disk space
+        shell: bash
+        run: ./scripts/tools/free_up_disk_space.sh
       - name: "Download all test warning artifacts from the current build"
         uses: actions/download-artifact@v4
         with:

Reply via email to