check both runner enabled run 3

This commit is contained in:
AlmostIvanSidorov 2023-08-29 12:02:31 +03:00
parent f59e89ab4b
commit 06ad25da2c
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main , develop]
env:
SINK_CONNECTOR_VERSION: "2023-08-07"
SINK_CONNECTOR_VERSION: "latest"
jobs:
testflows:

View File

@ -7,7 +7,7 @@ on:
branches: [ main , develop]
env:
SINK_CONNECTOR_VERSION: "2023-08-11"
SINK_CONNECTOR_VERSION: "latest"
jobs:
testflows_lightweight:

View File

@ -26,7 +26,7 @@ services:
debezium:
hostname: debezium
image: registry.gitlab.com/altinity-public/container-images/clickhouse_debezium_embedded:2023-08-11
image: registry.gitlab.com/altinity-public/container-images/clickhouse_debezium_embedded:${SINK_CONNECTOR_VERSION}
restart: "no"
expose:
- "8083"