fix(ci): update cron

This commit is contained in:
Łukasz Mierzwa
2023-04-10 17:30:44 +01:00
committed by Łukasz Mierzwa
parent 8faafadf6e
commit 73aed5f344
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Maintenance
on:
schedule:
- cron: "0 20 * * 1"
- cron: "0 12 * * 1"
jobs:
go-mod-upgrades:

View File

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