Skip to content

Commit 0da03ce

Browse files
committed
Fix cron to sunday
1 parent 3b1df5d commit 0da03ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-toolchains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Toolchains
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * 7'
6+
- cron: '0 0 * * 0' # Sunday at midnight UTC (0 = Sunday, 6 = Saturday)
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)