Skip to content

Commit 921da87

Browse files
committed
Fixup sql.yml, using extension-ci-tools
1 parent 0909f8f commit 921da87

File tree

3 files changed

+28
-32
lines changed

3 files changed

+28
-32
lines changed

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
with:
3939
duckdb_version: v1.1.0
4040
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools"
41-
extension_name: substrait
41+
extension_name: substrait
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+

.github/workflows/sql.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)