We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f728ea commit bba0f6aCopy full SHA for bba0f6a
1 file changed
.github/workflows/MainDistributionPipeline.yml
@@ -1,17 +1,15 @@
1
-#
2
-# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
3
4
name: Main Extension Distribution Pipeline
5
on:
6
push:
7
- branches: [main]
8
- pull_request:
9
- workflow_dispatch:
10
-
+ branches:
+ - main
+ pull_request: null
+ workflow_dispatch: null
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha || '' }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
+ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
+ '' }}
13
cancel-in-progress: true
14
15
jobs:
16
duckdb-stable-build:
17
name: Build extension binaries
0 commit comments