Skip to content

Commit

Permalink
remove workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Jun 28, 2024
1 parent 8db9298 commit 4b53132
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release_wasm_fdw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ on:
push:
tags:
- 'wasm_*_fdw_v[0-9]+.[0-9]+.[0-9]+' # Push events to matching wasm fdw tag, i.e. wasm_snowflake_fdw_v1.0.2
workflow_dispatch:
inputs:
project:
description: 'Wasm FDW Project to release'
required: true
version:
description: 'Version number'
required: true

permissions:
contents: write
Expand Down

0 comments on commit 4b53132

Please sign in to comment.