mirror of https://github.com/nodejs/node.git
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>pull/41989/head
parent
9fb7ac3bbd
commit
d17be0fbe5
|
@ -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…
Reference in New Issue