Skip to content

Commit 5a431dd

Browse files
committed
INITIAL WORKFLOW DISPATCH
1 parent 219a89c commit 5a431dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/zfs-qemu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: zfs-qemu
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
7+
inputs:
8+
save_rpms:
9+
type: boolean
10+
required: false
11+
default: false
12+
description: 'Build DKMS & KMOD RPMs and save to artifacts'
613

714
concurrency:
815
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)