forked from DGNum/infrastructure
chore(workflows/npins-update): Update timing
This commit is contained in:
parent
18137768ae
commit
45e5c02fdb
2 changed files with 3 additions and 3 deletions
|
@ -908,4 +908,4 @@ jobs:
|
|||
name: Update dependencies
|
||||
on:
|
||||
schedule:
|
||||
- cron: 5 16 * * 6
|
||||
- cron: 15 12 * * *
|
||||
|
|
|
@ -15,8 +15,8 @@ in
|
|||
{
|
||||
name = "Update dependencies";
|
||||
on.schedule = [
|
||||
# Run every saturday
|
||||
{ cron = "5 16 * * 6"; }
|
||||
# Run every 24h
|
||||
{ cron = "15 12 * * *"; }
|
||||
];
|
||||
|
||||
# Global environment, necessary for rebases and commits
|
||||
|
|
Loading…
Add table
Reference in a new issue