From db4a3dc1a6170c5d1c43dcc1e9d8c4bf1e6b1345 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 15 Feb 2022 02:50:33 -0800 Subject: [PATCH] build: move tool updates workflow runtime a day later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/41973#issuecomment-1039780665 PR-URL: https://github.com/nodejs/node/pull/41982 Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Michaƫl Zasso Reviewed-By: Mestery --- .github/workflows/tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 1b97ae96635b00..7865a4166f81eb 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: