Added workflows dispatch.

This commit is contained in:
2023-11-19 23:37:46 +01:00
parent 46ec54e38a
commit 84ad09dcf6

View File

@ -3,6 +3,7 @@ name: Auto Maintenance Cycle
on: on:
schedule: schedule:
- cron: '* 1 * * *' - cron: '* 1 * * *'
workflow_dispatch:
jobs: jobs:
auto-update: auto-update: