[ACS-10765] Enable workflow_dispatch for release workflow (#11390)

This commit is contained in:
Michal Kinas
2025-11-26 14:14:54 +01:00
committed by GitHub
parent 44a6a02ce3
commit f63f0a85c0
+7
View File
@@ -8,6 +8,13 @@ on:
required: false
type: boolean
default: true
workflow_dispatch:
inputs:
dry-run-flag:
description: 'enable dry-run on artifact push'
required: false
type: boolean
default: true
pull_request:
types: [closed]
branches: