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
Rich Trott 2022-02-15 02:50:33 -08:00 committed by GitHub
parent 9fb7ac3bbd
commit d17be0fbe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: