workflow: add manual trigger for release creation in Rocky Linux build
This commit is contained in:
parent
29b3c14619
commit
a3cc7bf992
|
|
@ -1,6 +1,12 @@
|
||||||
name: build-linux-cuda
|
name: build-linux-cuda
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: # allows manual triggering
|
||||||
|
inputs:
|
||||||
|
create_release:
|
||||||
|
description: 'Create new release'
|
||||||
|
required: true
|
||||||
|
type: boolean
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue