We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d207a commit 9a93d21Copy full SHA for 9a93d21
.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 }}
@@ -16,7 +18,7 @@ jobs:
16
18
name: Build extension binaries
17
19
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
20
with:
- duckdb_version: v1.2.0
21
+ duckdb_version: v1.2-histrionicus
22
ci_tools_version: main
23
extension_name: fuzzycomplete
24
enable_rust: true
0 commit comments