Skip to content

Commit 42c0730

Browse files
committed
Update CI tools version to main in workflow
1 parent d929f92 commit 42c0730

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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

0 commit comments

Comments
 (0)