File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed
Expand file tree Collapse file tree 1 file changed +7
-19
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 :
7- pull_request :
8- workflow_dispatch :
9-
3+ push : null
4+ pull_request : null
5+ workflow_dispatch : null
106concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha || '' }}
7+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
8+ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
9+ ' ' }}
1210 cancel-in-progress : true
13-
1411jobs :
15- # duckdb-next-build:
16- # name: Build extension binaries
17- # uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
18- # with:
19- # duckdb_version: main
20- # ci_tools_version: main
21- # extension_name: redis
22- # exclude_archs: 'wasm_mvp;wasm_threads;wasm_eh'
23-
2412 duckdb-stable-build :
2513 name : Build extension binaries
2614 uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2715 with :
2816 duckdb_version : main
2917 ci_tools_version : main
3018 extension_name : redis
31- exclude_archs : " wasm_mvp;wasm_threads;wasm_eh"
19+ exclude_archs : wasm_mvp;wasm_threads;wasm_eh
You can’t perform that action at this time.
0 commit comments