Skip to content

Commit 2dd2654

Browse files
committed
Add more features
1 parent 4aae030 commit 2dd2654

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
#
2-
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
3-
#
41
name: Main Extension Distribution Pipeline
52
on:
6-
#push:
73
pull_request:
84
workflow_dispatch:
9-
#schedule:
10-
# - cron: '0 2 * * *' # Runs every night at 02:00 UTC
115

126
concurrency:
137
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
@@ -16,7 +10,7 @@ concurrency:
1610
jobs:
1711
duckdb-stable-build:
1812
name: Build extension binaries
19-
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
13+
uses: ./external/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2014
with:
2115
duckdb_version: main
2216
ci_tools_version: main

.github/workflows/scheduled-1.4.yml

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

0 commit comments

Comments
 (0)