chore(workflows/npins-update): Update timing
All checks were successful
Build all the nodes / netcore02 (push) Successful in 19s
Check workflows / check_workflows (push) Successful in 26s
Build all the nodes / ap01 (push) Successful in 31s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build the shell / build-shell (push) Successful in 32s
Build all the nodes / build01 (push) Successful in 1m56s
Build all the nodes / geo02 (push) Successful in 2m4s
Build all the nodes / rescue01 (push) Successful in 2m14s
Build all the nodes / geo01 (push) Successful in 2m19s
Build all the nodes / vault01 (push) Successful in 1m56s
Build all the nodes / hypervisor01 (push) Successful in 2m25s
Build all the nodes / storage01 (push) Successful in 2m31s
Build all the nodes / bridge01 (push) Successful in 2m34s
Build all the nodes / hypervisor02 (push) Successful in 2m34s
Build all the nodes / hypervisor03 (push) Successful in 2m34s
Build all the nodes / tower01 (push) Successful in 2m22s
Build all the nodes / web01 (push) Successful in 2m39s
Build all the nodes / compute01 (push) Successful in 3m39s
Build all the nodes / web02 (push) Successful in 2m26s
Build all the nodes / web03 (push) Successful in 2m34s
All checks were successful
Build all the nodes / netcore02 (push) Successful in 19s
Check workflows / check_workflows (push) Successful in 26s
Build all the nodes / ap01 (push) Successful in 31s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build the shell / build-shell (push) Successful in 32s
Build all the nodes / build01 (push) Successful in 1m56s
Build all the nodes / geo02 (push) Successful in 2m4s
Build all the nodes / rescue01 (push) Successful in 2m14s
Build all the nodes / geo01 (push) Successful in 2m19s
Build all the nodes / vault01 (push) Successful in 1m56s
Build all the nodes / hypervisor01 (push) Successful in 2m25s
Build all the nodes / storage01 (push) Successful in 2m31s
Build all the nodes / bridge01 (push) Successful in 2m34s
Build all the nodes / hypervisor02 (push) Successful in 2m34s
Build all the nodes / hypervisor03 (push) Successful in 2m34s
Build all the nodes / tower01 (push) Successful in 2m22s
Build all the nodes / web01 (push) Successful in 2m39s
Build all the nodes / compute01 (push) Successful in 3m39s
Build all the nodes / web02 (push) Successful in 2m26s
Build all the nodes / web03 (push) Successful in 2m34s
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
|
name: Update dependencies
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 5 16 * * 6
|
- cron: 15 12 * * *
|
||||||
|
|
|
@ -15,8 +15,8 @@ in
|
||||||
{
|
{
|
||||||
name = "Update dependencies";
|
name = "Update dependencies";
|
||||||
on.schedule = [
|
on.schedule = [
|
||||||
# Run every saturday
|
# Run every 24h
|
||||||
{ cron = "5 16 * * 6"; }
|
{ cron = "15 12 * * *"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
# Global environment, necessary for rebases and commits
|
# Global environment, necessary for rebases and commits
|
||||||
|
|
Loading…
Add table
Reference in a new issue