From 10e3c082b5dc5d72071fc10449e017520824a859 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 27 Aug 2020 11:12:51 +0200 Subject: [PATCH] Nightly tag push is not skipped in scheduled builds With recent refactors, nightly tag was not pushed on scheduled event because it was depending on pushing images to github registry. Pushing images to github registry is skipped on scheduled builds, so pushing tag was also skipped. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a5e6d73c878..bfd759d564258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -773,8 +773,6 @@ jobs: - tests-kubernetes - constraints-push - prepare-backport-packages - - push-prod-images-to-github-registry - - push-ci-images-to-github-registry if: github.event_name == 'schedule' && github.repository == 'apache/airflow' steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"