From 5cb1d104013531f5d6b8d98239f8535b7520faca Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 7 Oct 2020 14:45:23 +0200 Subject: [PATCH] if we merge to master, we always upload -- before if a flaky functional test failed it would prevent uploading of docs and wheels. --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5f718cd7..ccf443f8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,8 +189,6 @@ workflows: only: /.*/ - remote_python_packaging: - requires: - - remote_tests_python filters: branches: only: master