Skip to content

Commit 6a75013

Browse files
committed
Update CI tools version to main in workflow
1 parent 8d196db commit 6a75013

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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:
7-
pull_request:
8-
workflow_dispatch:
3+
push: null
4+
pull_request: null
5+
workflow_dispatch: null
96
schedule:
10-
- cron: "0 2 * * *" # Runs every night at 02:00 UTC
11-
7+
- cron: 0 2 * * *
128
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
9+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
10+
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1411
cancel-in-progress: true
15-
1612
jobs:
1713
duckdb-stable-build:
1814
name: Build extension binaries
@@ -21,4 +17,4 @@ jobs:
2117
duckdb_version: main
2218
ci_tools_version: main
2319
extension_name: crypto
24-
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads;"
20+
exclude_archs: wasm_mvp;wasm_eh;wasm_threads;

0 commit comments

Comments
 (0)