Skip to content

Commit

Permalink
Revert changes to CircleCI config
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar committed Jul 26, 2023
1 parent 5f6c8fb commit 06b74c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,23 @@ jobs:
workflows:
version: 2.1

lint_only:
when:
and:
- <<pipeline.parameters.docs_change>>
- not: <<pipeline.parameters.code_change>>
- not: <<pipeline.parameters.release_kedro>>
- not: <<pipeline.parameters.run_hourly>>
- not: <<pipeline.parameters.run_nightly>>
jobs:
- lint:
matrix:
parameters:
python_version: ["3.7", "3.8", "3.9", "3.10"]
- all_circleci_checks_succeeded:
requires:
- lint

build_code:
when:
and:
Expand Down

0 comments on commit 06b74c2

Please sign in to comment.