Skip to content

Commit 42c6397

Browse files
committed
add workflow dispatch
Signed-off-by: Petra Hapalova <[email protected]>
1 parent 9da316c commit 42c6397

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/fvdb-viz-integration.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
name: FVDB Viewer Integration
1+
name: fVDB Viewer Integration
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
package:
7+
description: "Package stream to validate"
8+
required: true
9+
type: choice
10+
default: release
11+
options:
12+
- release
13+
- dev
414
workflow_call:
515
inputs:
616
package:
7-
description: "Package stream to validate (release/dev/both)"
17+
description: "Package stream to validate (release/dev)"
818
required: false
919
type: string
1020
default: release

0 commit comments

Comments
 (0)