Skip to content

Commit 4b4c60a

Browse files
committed
fix: move main branch add nightly build
1 parent fd19b68 commit 4b4c60a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/MainDistributionPipeline.yml

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

1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
@@ -24,7 +27,7 @@ jobs:
2427
name: Build extension binaries
2528
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2629
with:
27-
duckdb_version: v1.2.1
30+
duckdb_version: main
2831
ci_tools_version: main
2932
extension_name: datasketches
3033
exclude_archs: "windows_amd64_rtools;windows_amd64_mingw"

duckdb

Submodule duckdb updated 1157 files

0 commit comments

Comments
 (0)