diff --git a/.github/workflows/release-orchestration.yml b/.github/workflows/release-orchestration.yml index ecaf7c0..7973edd 100644 --- a/.github/workflows/release-orchestration.yml +++ b/.github/workflows/release-orchestration.yml @@ -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