Run all-updater once per month

This commit is contained in:
Be
2024-03-03 09:17:08 +01:00
parent ea2c10d1b4
commit be298e0576

View File

@@ -8,7 +8,7 @@ env:
on:
workflow_dispatch:
schedule:
- cron: '0 0,2,4 * * *'
- cron: '0 0,2,4 1 * *'
jobs:
build: