We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d429ff2 commit 2cd73b4Copy full SHA for 2cd73b4
1 file changed
.circleci/continue_config.yml
@@ -275,16 +275,17 @@ workflows:
275
parameters:
276
python_version:
277
- "3.9"
278
- - "3.10"
279
- - "3.11"
280
- - "3.12"
+ #- "3.10"
+ #- "3.11"
+ #- "3.12"
281
+
282
- airflow_docker_tests:
283
requires:
284
- style_and_cicd_tests
- filters:
285
- branches:
286
- only:
287
- - main
+ #filters:
+ # branches:
+ # only:
288
+ # - main
289
- engine_tests_docker:
290
name: engine_<< matrix.engine >>
291
matrix:
@@ -299,6 +300,10 @@ workflows:
299
300
- clickhouse
301
- clickhouse-cluster
302
- risingwave
303
+ filters:
304
+ branches:
305
+ only:
306
+ - main
307
- engine_tests_cloud:
308
name: cloud_engine_<< matrix.engine >>
309
context:
0 commit comments