File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed
Expand file tree Collapse file tree 1 file changed +11
-16
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 :
63 push :
74 paths-ignore :
8- - ' **.md'
9- - ' **.yml'
5+ - ' **.md'
6+ - ' **.yml'
107 pull_request :
118 paths-ignore :
12- - ' **.md'
13- - ' **.yml'
14- workflow_dispatch :
15-
9+ - ' **.md'
10+ - ' **.yml'
11+ workflow_dispatch : null
1612concurrency :
17- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
13+ group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
14+ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1815 cancel-in-progress : true
19-
2016jobs :
2117 duckdb-next-build :
2218 name : Build extension binaries
@@ -25,15 +21,13 @@ jobs:
2521 duckdb_version : main
2622 ci_tools_version : main
2723 extension_name : webmacro
28-
2924 duckdb-stable-build :
3025 name : Build extension binaries
31- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.1.3
26+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
3227 with :
3328 duckdb_version : v1.1.3
34- ci_tools_version : v1.1.3
29+ ci_tools_version : main
3530 extension_name : webmacro
36-
3731 duckdb-stable-deploy :
3832 name : Deploy extension binaries
3933 needs : duckdb-stable-build
4236 with :
4337 duckdb_version : v1.1.3
4438 extension_name : webmacro
45- deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
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