Update .gitea/workflows/playbooks.yml

This commit is contained in:
2025-10-31 06:38:48 +05:30
parent 4d6526d3c3
commit 86630fa0c2

View File

@@ -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: