Skip to content

πŸ—“ Scheduled Altinity 23.3 #14

πŸ—“ Scheduled Altinity 23.3

πŸ—“ Scheduled Altinity 23.3 #14

name: πŸ—“ Scheduled Altinity 23.3
run-name: πŸ—“ Scheduled Altinity 23.3
on:
workflow_dispatch:
#Run at 10:00 PM (UTC) on Friday
schedule:
- cron: "0 22 * * 5"
jobs:
altinitystable-23-3-x86-zookeeper:
uses: ./.github/workflows/run-regression.yml
with:
package: docker://altinity/clickhouse-server:23.3.19.33.altinitystable
version: '23.3.19.33'
arch: x86
secrets: inherit
altinitystable-23-3-arm-zookeeper:
uses: ./.github/workflows/run-regression.yml
with:
package: docker://altinity/clickhouse-server:23.3.19.33.altinitystable
version: '23.3.19.33'
arch: arm64
secrets: inherit