diff --git a/.circleci/config.yml b/.circleci/config.yml index 62f8a2e..ae8fbde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,13 +182,9 @@ jobs: pip install pydocstyle --user pydocstyle --count influxdb_client_3 - workflows: version: 2 build: - when: - not: - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] jobs: - check-code-style # - check-docstyle @@ -204,9 +200,3 @@ workflows: name: test-integration python-image: << pipeline.parameters.default-python-image >> pytest-marker: "integration" - - nightly: - when: - equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] - jobs: - - tests-python