You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/28 07:57:17 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #11903: Do not upgrade dependencies on v1-10-stable

potiuk commented on a change in pull request #11903:
URL: https://github.com/apache/airflow/pull/11903#discussion_r513241128



##########
File path: .github/workflows/ci.yml
##########
@@ -31,7 +31,7 @@ env:
   SKIP_CI_IMAGE_CHECK: "true"
   DB_RESET: "true"
   VERBOSE: "true"
-  UPGRADE_TO_LATEST_CONSTRAINTS: ${{ github.event_name == 'push' || github.event_name == 'scheduled' }}
+  UPGRADE_TO_LATEST_CONSTRAINTS: ${{ github.event_name == 'scheduled' }}

Review comment:
       We still want to upgrade those on master push.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org