Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 16, 2023
1 parent cb726d7 commit d62e094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit d62e094

Please sign in to comment.