Skip to content

Commit

Permalink
Comment out a CircleCI workflow that isn't run now (#2252)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Feb 17, 2023
1 parent a165dc3 commit 2bab318
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,32 +670,33 @@ workflows:
branches:
only: main

# Python version that are *only* supported on `develop`.
nightly_build_develop:
when:
and:
- <<pipeline.parameters.run_nightly>>
- not: <<pipeline.parameters.release_kedro>>
- not: <<pipeline.parameters.run_hourly>>
jobs:
- build_docker_image:
context:
- kedro-ecr-publish
matrix:
parameters:
python_version: []
filters:
branches:
only: develop
- build_kedro:
matrix:
parameters:
python_version: []
requires:
- build_docker_image-<<matrix.python_version>>
filters:
branches:
only: develop
# Python versions that are *only* supported on `develop`.
# If `develop` supports the same versions as `main`, comment this out.
# nightly_build_develop:
# when:
# and:
# - <<pipeline.parameters.run_nightly>>
# - not: <<pipeline.parameters.release_kedro>>
# - not: <<pipeline.parameters.run_hourly>>
# jobs:
# - build_docker_image:
# context:
# - kedro-ecr-publish
# matrix:
# parameters:
# python_version: []
# filters:
# branches:
# only: develop
# - build_kedro:
# matrix:
# parameters:
# python_version: []
# requires:
# - build_docker_image-<<matrix.python_version>>
# filters:
# branches:
# only: develop

kedro_release:
when:
Expand Down

0 comments on commit 2bab318

Please sign in to comment.