Skip to content

Commit 1d82cc4

Browse files
committed
Update CI tools version to main in workflow
1 parent 5973b50 commit 1d82cc4

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed
Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +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:
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
1612
concurrency:
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-
2016
jobs:
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
@@ -42,4 +36,5 @@ jobs:
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+
}}

0 commit comments

Comments
 (0)