From afe5c2d904948e46c650bfd025a98aa7b6512e43 Mon Sep 17 00:00:00 2001 From: NguyenHoangSon96 Date: Wed, 22 Oct 2025 11:22:21 +0700 Subject: [PATCH] chore: remove unused nightly workflow from CircleCI config --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) 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