This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 918a207f46b Another place where we double clean the /mnt drive (#50565)
918a207f46b is described below
commit 918a207f46b2ac1d4bc6775b976df878beb778d5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed May 14 05:59:14 2025 +0200
Another place where we double clean the /mnt drive (#50565)
---
.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 f9bc61bd2b5..f0a200d1459 100644
--- a/.github/workflows/ci-image-checks.yml
+++ b/.github/workflows/ci-image-checks.yml
@@ -330,8 +330,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: