Skip to content

Commit 84a8a1b

Browse files
committed
fix: ci
1 parent 6bb978d commit 84a8a1b

File tree

2 files changed

+2
-171
lines changed

2 files changed

+2
-171
lines changed

.github/workflows/ExtensionTemplate.yml

Lines changed: 0 additions & 162 deletions
This file was deleted.

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
pull_request: null
55
workflow_dispatch: null
66
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
7+
group:
8+
${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
89
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
910
'' }}
1011
cancel-in-progress: true
@@ -16,11 +17,3 @@ jobs:
1617
duckdb_version: v1.4.0
1718
ci_tools_version: main
1819
extension_name: adbc
19-
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

Comments
 (0)