We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7350766 commit d3b90faCopy full SHA for d3b90fa
1 file changed
.github/workflows/MainDistributionPipeline.yml
@@ -1,16 +1,13 @@
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
- pull_request:
8
- workflow_dispatch:
9
-
+ push: null
+ pull_request: null
+ workflow_dispatch: null
10
concurrency:
11
- 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 ||
+ '' }}
12
cancel-in-progress: true
13
14
jobs:
15
duckdb-stable-build:
16
name: Build extension binaries
0 commit comments