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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new d2f3c457699 [v3-1-test] Free disk space for mypy jobs (#56703) (#56709)
d2f3c457699 is described below

commit d2f3c4576996921e4b0da0c0239f8330ac41a67f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 16 10:57:38 2025 +0200

    [v3-1-test] Free disk space for mypy jobs (#56703) (#56709)
    
    (cherry picked from commit f14a880d76f4e26f24d79b154e7a7792c7ccf82d)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 .github/workflows/ci-image-checks.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci-image-checks.yml 
b/.github/workflows/ci-image-checks.yml
index a4954d03445..f9df6a2d3e3 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -184,6 +184,9 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683  # 
v4.2.2
         with:
           persist-credentials: false
+      - name: "Free up disk space"
+        shell: bash
+        run: ./scripts/tools/free_up_disk_space.sh
       - name: "Prepare breeze & CI image: ${{ inputs.default-python-version }}"
         uses: ./.github/actions/prepare_breeze_and_image
         with:

Reply via email to