Skip to content

removed condition

removed condition #207

Workflow file for this run

name: Build Against Head
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
cancel-in-progress: true
env:
PREFERRED_LTS_VERSION: "23.7"
CLICKHOUSE_TEST_VERSIONS: '["head"]'
extends:
- .github/workflow/build-template.yml