File tree Expand file tree Collapse file tree 1 file changed +7
-23
lines changed
Expand file tree Collapse file tree 1 file changed +7
-23
lines changed Original file line number Diff line number Diff line change @@ -2,39 +2,23 @@ name: Main Extension Distribution Pipeline
22on :
33 push :
44 paths-ignore :
5- - ' **.md'
6- - ' **.yml'
5+ - " **.md"
6+ - " **.yml"
77 pull_request :
88 paths-ignore :
9- - ' **.md'
10- - ' **.yml'
9+ - " **.md"
10+ - " **.yml"
1111 workflow_dispatch : null
1212concurrency :
13- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
13+ group :
14+ ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
1415 github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1516 cancel-in-progress : true
1617jobs :
17- duckdb-next-build :
18- name : Build extension binaries
19- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
20- with :
21- duckdb_version : main
22- ci_tools_version : main
23- extension_name : webmacro
2418 duckdb-stable-build :
2519 name : Build extension binaries
2620 uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2721 with :
28- duckdb_version : v1.1.3
22+ duckdb_version : v1.4-andium
2923 ci_tools_version : main
3024 extension_name : webmacro
31- duckdb-stable-deploy :
32- name : Deploy extension binaries
33- needs : duckdb-stable-build
34- uses : ./.github/workflows/_extension_deploy.yml
35- secrets : inherit
36- with :
37- duckdb_version : v1.1.3
38- extension_name : webmacro
39- deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
40- }}
You can’t perform that action at this time.
0 commit comments