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
committerGitHub <noreply@github.com>2022-02-15 13:50:33 +0300
commitd17be0fbe5285907f43eada9b47d8527d31bf064 (patch)
tree4dbffa08ec46db17d90cf60c3aca56758b68f0cf /.github
parent9fb7ac3bbd6f02257be6f59298f31eaf84c971a4 (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: