Skip to content

Commit fbb3505

Browse files
committed
fix: ci fix
1 parent b7aee41 commit fbb3505

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
pull_request: null
55
workflow_dispatch: null
66
schedule:
7-
- cron: 0 2 * * *
7+
- cron: 0 2 * * *
88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
9+
group:
10+
${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
1011
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1112
cancel-in-progress: true
1213
jobs:
@@ -16,6 +17,5 @@ jobs:
1617
with:
1718
duckdb_version: v1.4-andium
1819
ci_tools_version: main
19-
override_ci_tools_repository: rustyconover/extension-ci-tools
2020
extension_name: lindel
2121
enable_rust: true

duckdb

Submodule duckdb updated 2612 files

0 commit comments

Comments
 (0)