File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed
Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 1- #
2- # This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
3- #
41name : Main Extension Distribution Pipeline
52on :
6- # push:
73 pull_request :
84 workflow_dispatch :
9- # schedule:
10- # - cron: '0 2 * * *' # Runs every night at 02:00 UTC
115
126concurrency :
137 group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
@@ -16,7 +10,7 @@ concurrency:
1610jobs :
1711 duckdb-stable-build :
1812 name : Build extension binaries
19- uses : duckdb /extension-ci-tools/.github/workflows/_extension_distribution.yml@main
13+ uses : ./external /extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2014 with :
2115 duckdb_version : main
2216 ci_tools_version : main
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments