Skip to content

Commit fd62472

Browse files
committed
Update CI tools version to main in workflow
1 parent 9bd3376 commit fd62472

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed
Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +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 ||
9+
'' }}
1210
cancel-in-progress: true
13-
1411
jobs:
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: quickjs
22-
2312
duckdb-stable-build:
24-
# TODO: Requires >= v1.3.1
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: quickjs
31-
# code-quality-check:
32-
# name: Code Quality Check
33-
# uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@main
34-
# with:
35-
# duckdb_version: v1.3.1
36-
# ci_tools_version: main
37-
# extension_name: quickjs
38-
# format_checks: 'format' # ';tidy' doesn't work with vcpkg

0 commit comments

Comments
 (0)