Skip to content

Commit f121ada

Browse files
committed
removed old client from cloud tests
1 parent f685673 commit f121ada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ jobs:
206206
# most recent LTS releases as well as latest stable builds
207207
# https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
208208
clickhouse: ["cloud"]
209-
project: ["clickhouse-http-client", "clickhouse-jdbc", "client-v2", "jdbc-v2"]
209+
# project: ["clickhouse-http-client", "clickhouse-jdbc", "client-v2", "jdbc-v2"]
210+
project: ["client-v2", "jdbc-v2"]
210211
fail-fast: false
211212
timeout-minutes: 20
212213
name: ${{ matrix.project }} + CH ${{ matrix.clickhouse }}

0 commit comments

Comments
 (0)