From d62e094afbad518bab664b7eb078c918ae1acb2f Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Mon, 16 Oct 2023 18:22:46 +0300 Subject: [PATCH] fix --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"