Added workflows dispatch.

This commit is contained in:
Philipp Horstenkamp 2023-11-19 23:37:46 +01:00
parent 46ec54e38a
commit 84ad09dcf6
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

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