workflow: add manual trigger for release creation in Rocky Linux build

This commit is contained in:
jianlins 2026-03-11 21:46:17 -06:00
parent 29b3c14619
commit a3cc7bf992
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
name: build-linux-cuda
on:
workflow_dispatch: # allows manual triggering
inputs:
create_release:
description: 'Create new release'
required: true
type: boolean
release:
types: [published]