Skip to content

Commit 4b53132

Browse files
committed
remove workflow_dispatch
1 parent 8db9298 commit 4b53132

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release_wasm_fdw.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ on:
44
push:
55
tags:
66
- 'wasm_*_fdw_v[0-9]+.[0-9]+.[0-9]+' # Push events to matching wasm fdw tag, i.e. wasm_snowflake_fdw_v1.0.2
7-
workflow_dispatch:
8-
inputs:
9-
project:
10-
description: 'Wasm FDW Project to release'
11-
required: true
12-
version:
13-
description: 'Version number'
14-
required: true
157

168
permissions:
179
contents: write

0 commit comments

Comments
 (0)