You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/02/17 20:04:24 UTC

[airflow] 01/01: Revert "Temporarily disable the check-actions step (#14271)"

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

ash pushed a commit to branch revert-14271-temp-disable-check-actions
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 57200ef122ab58ea1620aff3ade33d64ded31567
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Wed Feb 17 20:04:06 2021 +0000

    Revert "Temporarily disable the check-actions step (#14271)"
    
    This reverts commit 8b5c4a742d42af2410e1fc999b2a295251aa0e6e.
---
 .github/workflows/build-images-workflow-run.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-images-workflow-run.yml b/.github/workflows/build-images-workflow-run.yml
index c73b543..71f6b0e 100644
--- a/.github/workflows/build-images-workflow-run.yml
+++ b/.github/workflows/build-images-workflow-run.yml
@@ -337,7 +337,7 @@ jobs:
             "Building the image: CI: ${{ matrix.python-version }}. See the
             [Image Build](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
             for details" }
-        if: false && steps.defaults.outputs.proceed == 'true'
+        if: steps.defaults.outputs.proceed == 'true'
       - name: "Setup python"
         uses: actions/setup-python@v2
         with:
@@ -366,7 +366,7 @@ jobs:
         if: steps.defaults.outputs.proceed == 'true'
       - name: Update GitHub Checks for Building image with status
         uses: ./main-airflow/.github/actions/checks-action
-        if: false && always() && steps.defaults.outputs.proceed == 'true'
+        if: always() && steps.defaults.outputs.proceed == 'true'
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           check_id: ${{ steps.build-image-check.outputs.check_id }}
@@ -465,7 +465,7 @@ jobs:
             "Building the image: PROD: ${{ matrix.python-version }}. See the
             [Image Build](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
             for details" }
-        if: false && steps.defaults.outputs.proceed == 'true'
+        if: steps.defaults.outputs.proceed == 'true'
       - name: "Setup python"
         uses: actions/setup-python@v2
         with:
@@ -500,7 +500,7 @@ jobs:
         if: steps.defaults.outputs.proceed == 'true'
       - name: Update GitHub Checks for Building image with status
         uses: ./main-airflow/.github/actions/checks-action
-        if: false && always() && steps.defaults.outputs.proceed == 'true'
+        if: always() && steps.defaults.outputs.proceed == 'true'
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           check_id: ${{ steps.build-image-check.outputs.check_id }}