Skip to content

Commit ae30d8f

Browse files
committed
fix: add nightly build on 1.2 branch
1 parent fd19b68 commit ae30d8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
pull_request:
88
workflow_dispatch:
9+
schedule:
10+
- cron: '0 2 * * *' # Runs every night at 02:00 UTC
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
@@ -24,7 +26,7 @@ jobs:
2426
name: Build extension binaries
2527
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2628
with:
27-
duckdb_version: v1.2.1
29+
duckdb_version: v1.2-histrionicus
2830
ci_tools_version: main
2931
extension_name: datasketches
3032
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"

0 commit comments

Comments
 (0)