Skip to content

Commit 5894146

Browse files
committed
Update cron schedule for "Claude random fixes" to claude off-peak hours
1 parent 1d1edaf commit 5894146

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/claude-random-fixes-scheduled.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: "Claude Random Fixes (Scheduled)"
22

33
on:
44
schedule:
5-
# Run every day, 4 times, once an hour at :15, from 2pm CET (13:00 UTC) to 5pm CET (16:00 UTC)
6-
- cron: '15 13-16 * * *'
5+
# Run every day, 4 times, once an hour at :15
6+
- cron: '15 0-3 * * *'
7+
timezone: "Europe/Prague"
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)