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