chore(ci): Simplify workflow trigger for diagnostics
This commit is contained in:
11
.github/workflows/release-orchestration.yml
vendored
11
.github/workflows/release-orchestration.yml
vendored
@@ -5,17 +5,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v2.*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_type:
|
||||
description: 'Release type'
|
||||
required: true
|
||||
default: 'stable'
|
||||
type: choice
|
||||
options:
|
||||
- stable
|
||||
- beta
|
||||
- canary
|
||||
|
||||
env:
|
||||
DOCKER_REGISTRY: ghcr.io
|
||||
|
||||
Reference in New Issue
Block a user