Skip to content

Commit 9a93d21

Browse files
committed
fix: add nightly build
1 parent e2d207a commit 9a93d21

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 }}
@@ -16,7 +18,7 @@ jobs:
1618
name: Build extension binaries
1719
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1820
with:
19-
duckdb_version: v1.2.0
21+
duckdb_version: v1.2-histrionicus
2022
ci_tools_version: main
2123
extension_name: fuzzycomplete
2224
enable_rust: true

0 commit comments

Comments
 (0)