Skip to content

Commit 2b329da

Browse files
Trottbengl
authored andcommitted
build: move tool updates workflow runtime a day later
Refs: #41973 (comment) PR-URL: #41982 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 0c4977c commit 2b329da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tools.yml

+2-2
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)