diff --git a/.circleci/config.yml b/.circleci/config.yml index 66c2b2c1..3fabd1a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,8 +131,8 @@ workflows: cluster: true enterprise: true python-latest-enterprise-single-preview: + when: << pipeline.parameters.preview >> jobs: - - when: << pipeline.parameters.preview >> - run-tests: name: python-latest-enterprise-single-preview python-version: "latest" @@ -141,8 +141,8 @@ workflows: cluster: false enterprise: true python-latest-enterprise-cluster-preview: + when: << pipeline.parameters.preview >> jobs: - - when: << pipeline.parameters.preview >> - run-tests: name: python-latest-enterprise-cluster-preview python-version: "latest"