Skip to content

Commit 110d7fb

Browse files
Cool claude creation cron and remove review (#202)
1 parent 1471299 commit 110d7fb

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/create-challenge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Challenge Creation Cron
22

33
on:
44
schedule:
5-
- cron: "0 9 * * *" # Every day at 9 AM UTC
5+
- cron: "0 2 * * 2,4,6" # Monday, Wednesday, Friday at 6 PM PST
66
workflow_dispatch: {} # Allow manual trigger
77

88
jobs:

0 commit comments

Comments
 (0)