Skip to content

Commit 1c2c00c

Browse files
chore: remove unused nightly workflow from CircleCI config (#169)
1 parent 5c8d818 commit 1c2c00c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,9 @@ jobs:
182182
pip install pydocstyle --user
183183
pydocstyle --count influxdb_client_3
184184
185-
186185
workflows:
187186
version: 2
188187
build:
189-
when:
190-
not:
191-
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
192188
jobs:
193189
- check-code-style
194190
# - check-docstyle
@@ -204,9 +200,3 @@ workflows:
204200
name: test-integration
205201
python-image: << pipeline.parameters.default-python-image >>
206202
pytest-marker: "integration"
207-
208-
nightly:
209-
when:
210-
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
211-
jobs:
212-
- tests-python

0 commit comments

Comments
 (0)