We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a89c commit 5a431ddCopy full SHA for 5a431dd
.github/workflows/zfs-qemu.yml
@@ -3,6 +3,13 @@ name: zfs-qemu
3
on:
4
push:
5
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'
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments