build: move tool updates workflow runtime a day later
Refs: https://github.com/nodejs/node/pull/41973#issuecomment-1039780665 PR-URL: https://github.com/nodejs/node/pull/41982 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
This commit is contained in:
parent
9fb7ac3bbd
commit
d17be0fbe5
4
.github/workflows/tools.yml
vendored
4
.github/workflows/tools.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Tools update
|
||||
on:
|
||||
schedule:
|
||||
# Run once a week at 00:05 AM UTC on Saturday.
|
||||
- cron: 5 0 * * 6
|
||||
# Run once a week at 00:05 AM UTC on Sunday.
|
||||
- cron: 5 0 * * 0
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user