You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/11 01:11:52 UTC

[airflow-site] 02/02: fixup! Sync version between release and package

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

kamilbregula pushed a commit to branch sync-version
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 911e1dbf82a62dd009c8a5455e310c980220f9c5
Author: Kamil BreguĊ‚a <ka...@polidea.com>
AuthorDate: Fri Dec 11 02:03:31 2020 +0100

    fixup! Sync version between release and package
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0101be..f194539 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
           GITHUB_COMMIT: ${{ github.sha }}
           GITHUB_REF: ${{ github.ref }}
         if: >
-          github.ref == 'refs/heads/master' && github.repository == 'apache/airflow-site' &&
+          github.ref == 'refs/heads/master' &&
           github.event_name == 'push'
         run: |
           gh auth status