mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(actions): use correct cron syntax
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d127e53983
commit
9b540235cd
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@@ -2,7 +2,7 @@ name: Maintenance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "15 15 * * 7"
|
||||
- cron: "15 15 * * 0"
|
||||
|
||||
jobs:
|
||||
npm-upgrades:
|
||||
|
||||
Reference in New Issue
Block a user