Skip to content

Commit 3019ecc

Browse files
authored
ci: use meaningful cron
1 parent a49a830 commit 3019ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CHECK_UPDATE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CHECK_UPDATE
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '17 2 * * 0' # Every Sunday at 2:17 AM (random time to distribute load)
5+
- cron: '17 9 * * 2' # Every Tuesday at 9:17 AM (random time to distribute load)
66
jobs:
77
build:
88
strategy:

0 commit comments

Comments
 (0)