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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new c9856f1  Test: Set UPGRADE_TO_LATEST_CONSTRAINTS to 'true'
c9856f1 is described below

commit c9856f1833906e1ecc43dc14cda3763c9230188e
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Sep 18 01:16:49 2020 +0100

    Test: Set UPGRADE_TO_LATEST_CONSTRAINTS to 'true'
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16ec9da..b7a01d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ env:
   SKIP_CHECK_REMOTE_IMAGE: "true"
   DB_RESET: "true"
   VERBOSE: "true"
-  UPGRADE_TO_LATEST_CONSTRAINTS: ${{ github.event_name == 'push' || 
github.event_name == 'scheduled' }}
+  UPGRADE_TO_LATEST_CONSTRAINTS: "true"
   DOCKER_CACHE: "pulled"
   PYTHON_MAJOR_MINOR_VERSION: 3.6
   USE_GITHUB_REGISTRY: "true"

Reply via email to