We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd19b68 commit ae30d8fCopy full SHA for ae30d8f
.github/workflows/MainDistributionPipeline.yml
@@ -6,6 +6,8 @@ on:
6
push:
7
pull_request:
8
workflow_dispatch:
9
+ schedule:
10
+ - cron: '0 2 * * *' # Runs every night at 02:00 UTC
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
@@ -24,7 +26,7 @@ jobs:
24
26
name: Build extension binaries
25
27
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
28
with:
- duckdb_version: v1.2.1
29
+ duckdb_version: v1.2-histrionicus
30
ci_tools_version: main
31
extension_name: datasketches
32
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"
0 commit comments