We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5dd2f commit a5a58c0Copy full SHA for a5a58c0
.circleci/continue_config.yml
@@ -265,30 +265,6 @@ jobs:
265
workflows:
266
main_pr:
267
jobs:
268
- - doc_tests
269
- - style_and_cicd_tests:
270
- matrix:
271
- parameters:
272
- python_version:
273
- - "3.9"
274
- - "3.10"
275
- - "3.11"
276
- - "3.12"
277
- - "3.13"
278
- - cicd_tests_windows
279
- - engine_tests_docker:
280
- name: engine_<< matrix.engine >>
281
282
283
- engine:
284
- - duckdb
285
- - postgres
286
- - mysql
287
- - mssql
288
- - trino
289
- - spark
290
- - clickhouse
291
- - risingwave
292
- engine_tests_cloud:
293
name: cloud_engine_<< matrix.engine >>
294
context:
@@ -300,7 +276,3 @@ workflows:
300
engine:
301
- snowflake
302
- gcp_postgres
303
- - ui_style
304
- - ui_test
305
- - vscode_test
306
- - migration_test
0 commit comments