diff --git a/.github/actions/breeze/action.yml b/.github/actions/breeze/action.yml index 77de5f2d295b4..92f94f23966ce 100644 --- a/.github/actions/breeze/action.yml +++ b/.github/actions/breeze/action.yml @@ -45,6 +45,8 @@ runs: - name: "Free space" shell: bash run: breeze ci free-space + env: + AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}" - name: "Get Python version" shell: bash run: > @@ -54,3 +56,5 @@ runs: - name: "Disable cheatsheet" shell: bash run: breeze setup config --no-cheatsheet --no-asciiart + env: + AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}" diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 8ea80a9ac63f4..14071f54c49a9 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -176,6 +176,7 @@ jobs: PR_LABELS: "${{ steps.get-latest-pr-labels.outputs.pull-request-labels }}" COMMIT_REF: "${{ env.TARGET_COMMIT_SHA }}" VERBOSE: "false" + AIRFLOW_SOURCES_ROOT: "${{ github.workspace }}" run: breeze ci selective-check 2>> ${GITHUB_OUTPUT} - name: env run: printenv