Skip to content

Commit 2cd73b4

Browse files
committed
progress
1 parent d429ff2 commit 2cd73b4

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.circleci/continue_config.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,16 +275,17 @@ workflows:
275275
parameters:
276276
python_version:
277277
- "3.9"
278-
- "3.10"
279-
- "3.11"
280-
- "3.12"
278+
#- "3.10"
279+
#- "3.11"
280+
#- "3.12"
281+
281282
- airflow_docker_tests:
282283
requires:
283284
- style_and_cicd_tests
284-
filters:
285-
branches:
286-
only:
287-
- main
285+
#filters:
286+
# branches:
287+
# only:
288+
# - main
288289
- engine_tests_docker:
289290
name: engine_<< matrix.engine >>
290291
matrix:
@@ -299,6 +300,10 @@ workflows:
299300
- clickhouse
300301
- clickhouse-cluster
301302
- risingwave
303+
filters:
304+
branches:
305+
only:
306+
- main
302307
- engine_tests_cloud:
303308
name: cloud_engine_<< matrix.engine >>
304309
context:

0 commit comments

Comments
 (0)