File tree Expand file tree Collapse file tree 3 files changed +28
-32
lines changed Expand file tree Collapse file tree 3 files changed +28
-32
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
duckdb_version : v1.1.0
40
40
exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
41
- extension_name : substrait
41
+ extension_name : substrait
Original file line number Diff line number Diff line change
1
+ # This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
2
+ #
3
+ name : Main Extension Distribution Pipeline
4
+ on :
5
+ pull_request :
6
+ paths-ignore :
7
+ - ' **/README.md'
8
+ - ' doc/**'
9
+ push :
10
+ paths-ignore :
11
+ - ' **/README.md'
12
+ - ' doc/**'
13
+ workflow_dispatch :
14
+
15
+ concurrency :
16
+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
17
+ cancel-in-progress : true
18
+
19
+ jobs :
20
+ duckdb-main-build :
21
+ name : Build extension binaries
22
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
23
+ with :
24
+ duckdb_version : main
25
+ exclude_archs : " wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
26
+ extension_name : substrait
27
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments