You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/04 01:09:58 UTC

[airflow] branch v1-10-test updated: Push Constraints

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 4f61bc0  Push Constraints
4f61bc0 is described below

commit 4f61bc00a0b2ea7f362dcfd8278541d638ace951
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Dec 4 01:08:40 2020 +0000

    Push Constraints
---
 .github/workflows/ci.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9655955..a876df7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -826,13 +826,13 @@ jobs:
     needs:
       - build-info
       - constraints
-      - verify-ci-images
-      - verify-prod-images
-      - static-checks
-      - tests-sqlite
-      - tests-mysql
-      - tests-postgres
-      - tests-kubernetes
+#      - verify-ci-images
+#      - verify-prod-images
+#      - static-checks
+#      - tests-sqlite
+#      - tests-mysql
+#      - tests-postgres
+#      - tests-kubernetes
     if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/v1-10-test'
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"