Skip to content

Commit 87489e9

Browse files
committed
build: move tool updates workflow runtime a day later
Refs: nodejs#41973 (comment)
1 parent cc505a5 commit 87489e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Tools update
22
on:
33
schedule:
4-
# Run once a week at 00:05 AM UTC on Saturday.
5-
- cron: 5 0 * * 6
4+
# Run once a week at 00:05 AM UTC on Sunday.
5+
- cron: 5 0 * * 0
66

77
workflow_dispatch:
88

0 commit comments

Comments
 (0)