From e565368f2e988a06b0398b77e66859c138905ae7 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 27 Aug 2020 15:40:07 +0200 Subject: [PATCH] Nightly tag push is not skipped in scheduled builds (#10597) 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 }} )"