Skip to content

Commit 5aefd8a

Browse files
committed
Update CI tools version to main in workflow
1 parent 9c128d4 commit 5aefd8a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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:
7-
branches: [main]
8-
pull_request:
9-
workflow_dispatch:
10-
4+
branches:
5+
- main
6+
pull_request: null
7+
workflow_dispatch: null
118
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha || '' }}
9+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
10+
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
11+
'' }}
1312
cancel-in-progress: true
14-
1513
jobs:
1614
duckdb-stable-build:
1715
name: Build extension binaries

0 commit comments

Comments
 (0)