Skip to content

Fix list of test versions #3

Fix list of test versions

Fix list of test versions #3

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:

Check failure on line 12 in .github/workflows/build-head.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-head.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
PREFERRED_LTS_VERSION: "23.7"
CLICKHOUSE_TEST_VERSIONS: "["head"]"
extends:
- .github/workflow/build-template.yml