Skip to content

Commit

Permalink
INITIAL WORKFLOW DISPATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhutter committed Dec 20, 2024
1 parent 219a89c commit 5a431dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/zfs-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: zfs-qemu
on:
push:
pull_request:
workflow_dispatch:
inputs:
save_rpms:
type: boolean
required: false
default: false
description: 'Build DKMS & KMOD RPMs and save to artifacts'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 5a431dd

Please sign in to comment.