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

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

commit 54721e2e49e6049d28f0b657c28d1773cbff8a58
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Mar 26 09:33:31 2024 +0100

    Bring back release airflow command to be run in canary build
---
 .github/workflows/additional-ci-image-checks.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/additional-ci-image-checks.yml 
b/.github/workflows/additional-ci-image-checks.yml
index 84012fb24f..83bf0580b9 100644
--- a/.github/workflows/additional-ci-image-checks.yml
+++ b/.github/workflows/additional-ci-image-checks.yml
@@ -176,8 +176,7 @@ jobs:
       PYTHON_MAJOR_MINOR_VERSION: "${{ inputs.default-python-version }}"
       IMAGE_TAG: ${{ inputs.image-tag }}
       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-    # for now release check is failing and we need to fix it but we don't want 
to block the PRs
-    if: false
+    if: inputs.canary-run == 'true'
     steps:
       - name: "Cleanup repo"
         shell: bash

Reply via email to