Update .gitea/workflows/playbooks.yml
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
name: Run ansible playbooks
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
should_run:
|
||||
description: "Enable run"
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
update-packages:
|
||||
|
||||
Reference in New Issue
Block a user