Skip to content

Commit

Permalink
build: move tool updates workflow runtime a day later
Browse files Browse the repository at this point in the history
Refs: nodejs#41973 (comment)

PR-URL: nodejs#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>
  • Loading branch information
Trott authored and bengl committed Feb 21, 2022
1 parent 740b598 commit 9f43fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:

Expand Down

0 comments on commit 9f43fb3

Please sign in to comment.