ci: move workflow_dispatch to versioned ci workflow

Signed-off-by: Faris <rissu.ntk@gmail.com>
This commit is contained in:
Ylarod
2025-11-09 19:53:47 +08:00
committed by ShirkNeko
parent 5ce6c210c4
commit 05cca26075
6 changed files with 35 additions and 17 deletions

View File

@@ -14,6 +14,13 @@ on:
required: false
type: boolean
default: false
workflow_dispatch:
inputs:
debug:
description: 'Build debug kernel'
required: false
type: boolean
default: false
jobs:
build-kernel:
if: github.event_name != 'pull_request' && github.ref != 'refs/heads/checkci'