We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1edaf commit 5894146Copy full SHA for 5894146
1 file changed
.github/workflows/claude-random-fixes-scheduled.yml
@@ -2,8 +2,9 @@ name: "Claude Random Fixes (Scheduled)"
2
3
on:
4
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 * * *'
+ # Run every day, 4 times, once an hour at :15
+ - cron: '15 0-3 * * *'
7
+ timezone: "Europe/Prague"
8
9
permissions:
10
contents: read
0 commit comments