Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2022-02-15 13:50:33 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-04-24 05:26:01 +0300
commitdb4a3dc1a6170c5d1c43dcc1e9d8c4bf1e6b1345 (patch)
treed9cec0a07a287181f65435cfae910c1b47feebed /.github
parentf8c6232f9094501e6e3be52f9843569289fd3975 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 1b97ae96635..7865a4166f8 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -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: