Skip to content

Commit

Permalink
Minor tweak in CI config (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha authored Jun 5, 2023
1 parent 1bd0d03 commit 5c11e4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ workflows:
test-regular:
# This workflow is about 400 credits
when:
condition:
- not: << pipeline.parameters.build_extensive >>
not: << pipeline.parameters.build_extensive >>
jobs:
- unit_tests_cpython:
name: unit-tests-cpython<< matrix.python_version >>-pg<< matrix.postgres_version >>-redis<< matrix.redis_version >>
Expand Down

0 comments on commit 5c11e4a

Please sign in to comment.