Skip to content

Commit

Permalink
Nightly tag push is not skipped in scheduled builds (apache#10597)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
potiuk authored Aug 27, 2020
1 parent 900f15a commit e565368
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} )"
Expand Down

0 comments on commit e565368

Please sign in to comment.