From 87489e9ea1cf1af3de834e3be7236915c63c54b4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 14 Feb 2022 18:21:58 -0800 Subject: [PATCH] build: move tool updates workflow runtime a day later Refs: https://github.com/nodejs/node/pull/41973#issuecomment-1039780665 --- .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: