Skip to content

Commit b0f8899

Browse files
committed
Update CI tools version to main in workflow
1 parent 834b36f commit b0f8899

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
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:
1512
duckdb-stable-build:
1613
name: Build extension binaries
17-
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.0
14+
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1815
with:
1916
duckdb_version: v1.4.0
20-
ci_tools_version: v1.4.0
17+
ci_tools_version: main
2118
extension_name: quack
22-
2319
code-quality-check:
2420
name: Code Quality Check
2521
uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@v1.4.0
2622
with:
2723
duckdb_version: v1.4.0
28-
ci_tools_version: v1.4.0
24+
ci_tools_version: main
2925
extension_name: quack
30-
format_checks: 'format;tidy'
26+
format_checks: format;tidy

0 commit comments

Comments
 (0)