File tree Expand file tree Collapse file tree 1 file changed +10
-20
lines changed Expand file tree Collapse file tree 1 file changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -15,28 +15,18 @@ concurrency:
15
15
cancel-in-progress : true
16
16
17
17
jobs :
18
- duckdb-next-build :
19
- name : Build extension binaries
20
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
21
- with :
22
- duckdb_version : main
23
- ci_tools_version : main
24
- extension_name : httpserver
25
-
26
18
duckdb-stable-build :
27
19
name : Build extension binaries
28
- uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.2.1
20
+ uses : duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.3.0
29
21
with :
30
- duckdb_version : v1.2.1
31
- ci_tools_version : v1.2.1
22
+ duckdb_version : v1.3.0
23
+ ci_tools_version : v1.3.0
32
24
extension_name : httpserver
33
25
34
- duckdb-stable-deploy :
35
- name : Deploy extension binaries
36
- needs : duckdb-stable-build
37
- uses : ./.github/workflows/_extension_deploy.yml
38
- secrets : inherit
39
- with :
40
- duckdb_version : v1.2.1
41
- extension_name : httpserver
42
- deploy_latest : ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
26
+ # duckdb-next-build:
27
+ # name: Build extension binaries
28
+ # uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
29
+ # with:
30
+ # duckdb_version: main
31
+ # ci_tools_version: main
32
+ # extension_name: httpserver
You can’t perform that action at this time.
0 commit comments