fix(ci): fix crontab entry

This commit is contained in:
Łukasz Mierzwa
2021-06-14 13:04:34 +01:00
committed by GitHub
parent f5bead3e04
commit 3daeb051fd

View File

@@ -2,7 +2,7 @@ name: Maintenance
on:
schedule:
- cron: "0 12 * * 30"
- cron: "10 12 * * *"
jobs:
npm-upgrades: