WORKFLOW: adding a cron for the clean cooker build

This commit is contained in:
XargonWan 2023-12-20 10:19:22 +01:00
parent a41bfeda83
commit 62bcb0253f

View file

@ -19,6 +19,11 @@ on:
# branches:
# - cooker*
# Italy (CET): 11:00 PM
# Japan (JST): 7:00 AM
schedule:
- cron: '0 22 * * *'
workflow_dispatch: