diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index ad8747d396..c83d6615cb 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -519,6 +519,23 @@ jobs: workflows: version: 2.1 + lint_only: + when: + and: + - <> + - not: <> + - not: <> + - not: <> + - not: <> + jobs: + - lint: + matrix: + parameters: + python_version: ["3.7", "3.8", "3.9", "3.10"] + - all_circleci_checks_succeeded: + requires: + - lint + build_code: when: and: