We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1471299 commit 110d7fbCopy full SHA for 110d7fb
2 files changed
.github/workflows/claude-code-review.yml
.github/workflows/create-challenge.yml
@@ -2,7 +2,7 @@ name: Challenge Creation Cron
2
3
on:
4
schedule:
5
- - cron: "0 9 * * *" # Every day at 9 AM UTC
+ - cron: "0 2 * * 2,4,6" # Monday, Wednesday, Friday at 6 PM PST
6
workflow_dispatch: {} # Allow manual trigger
7
8
jobs:
0 commit comments