Skip to content

Commit 8cd2b68

Browse files
committed
Update CI tools version to main in workflow
1 parent 66dc2b1 commit 8cd2b68

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed
Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
#
2-
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
3-
#
41
name: Main Extension Distribution Pipeline
52
on:
6-
push:
7-
pull_request:
8-
workflow_dispatch:
9-
3+
push: null
4+
pull_request: null
5+
workflow_dispatch: null
106
concurrency:
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 }}
129
cancel-in-progress: true
13-
1410
jobs:
15-
# duckdb-next-build:
16-
# if: false
17-
# name: Build extension binaries
18-
# uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
19-
# with:
20-
# duckdb_version: v1.4-andium
21-
# ci_tools_version: main
22-
# extension_name: http_client
23-
# exclude_archs: 'windows_amd64_mingw'
24-
2511
duckdb-stable-build:
2612
name: Build extension binaries
2713
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2814
with:
2915
duckdb_version: v1.4-andium
3016
ci_tools_version: main
3117
extension_name: http_client
32-
exclude_archs: "windows_amd64_mingw"
18+
exclude_archs: windows_amd64_mingw

0 commit comments

Comments
 (0)