You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/31 05:32:14 UTC

[airflow] branch main updated: Remove copy&paste victim in new CI flows (#27392)

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

potiuk 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 9c41bf35e6 Remove copy&paste victim in new CI flows (#27392)
9c41bf35e6 is described below

commit 9c41bf35e6149d4edfc585d97c348a4f864e7973
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Oct 31 06:32:06 2022 +0100

    Remove copy&paste victim in new CI flows (#27392)
    
    There was a copy&paste victim if when refactoring the CI.yml. The job
    looked green but in fact the step was skipped when run from a PR.
    
    Follow-up after series of refactorings.
---
 .github/workflows/build-images.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml
index f47839b564..6b50bd9e1b 100644
--- a/.github/workflows/build-images.yml
+++ b/.github/workflows/build-images.yml
@@ -264,7 +264,6 @@ jobs:
           Build PROD Images
           ${{needs.build-info.outputs.all-python-versions-list-as-string}}:${{env.IMAGE_TAG}}
         uses: ./.github/actions/build-prod-images
-        if: needs.build-info.outputs.in-workflow-build == 'true'
         with:
           build-provider-packages: ${{ needs.build-info.outputs.default-branch == 'main' }}
         env: