We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb978d commit 84a8a1bCopy full SHA for 84a8a1b
.github/workflows/ExtensionTemplate.yml
.github/workflows/MainDistributionPipeline.yml
@@ -4,7 +4,8 @@ on:
4
pull_request: null
5
workflow_dispatch: null
6
concurrency:
7
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
+ group:
8
+ ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
9
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
10
'' }}
11
cancel-in-progress: true
@@ -16,11 +17,3 @@ jobs:
16
17
duckdb_version: v1.4.0
18
ci_tools_version: main
19
extension_name: adbc
- code-quality-check:
20
- name: Code Quality Check
21
- uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
22
- with:
23
- duckdb_version: v1.4.0
24
- ci_tools_version: main
25
- extension_name: adbc
26
- format_checks: format;tidy
0 commit comments