mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): update cron
This commit is contained in:
committed by
Łukasz Mierzwa
parent
8faafadf6e
commit
73aed5f344
2
.github/workflows/go-maintenance.yml
vendored
2
.github/workflows/go-maintenance.yml
vendored
@@ -2,7 +2,7 @@ name: Maintenance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 20 * * 1"
|
||||
- cron: "0 12 * * 1"
|
||||
|
||||
jobs:
|
||||
go-mod-upgrades:
|
||||
|
||||
2
.github/workflows/node-maintenance.yml
vendored
2
.github/workflows/node-maintenance.yml
vendored
@@ -2,7 +2,7 @@ name: Maintenance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 20 * * 0"
|
||||
- cron: "0 12 * * 2"
|
||||
|
||||
jobs:
|
||||
npm-upgrades:
|
||||
|
||||
Reference in New Issue
Block a user