This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 01804ca7933d503c301f4fca9031261f77c6807f Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Wed May 14 05:59:14 2025 +0200 Another place where we double clean the /mnt drive (#50565) (cherry picked from commit 918a207f46b2ac1d4bc6775b976df878beb778d5) --- .github/workflows/ci-image-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-image-checks.yml b/.github/workflows/ci-image-checks.yml index a6f4ca99fa6..855a0b75efe 100644 --- a/.github/workflows/ci-image-checks.yml +++ b/.github/workflows/ci-image-checks.yml @@ -331,8 +331,6 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - name: "Prepare and cleanup runner" - run: ./scripts/ci/prepare_and_cleanup_runner.sh - name: "Download docs prepared as artifacts" uses: actions/download-artifact@v4 with: