Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/claude-auto-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
name: Claude Auto Tasks

on:
# Run daily at 5am EST (10:00 UTC)
# Run twice daily: 5am EST (10:00 UTC) and 2pm EST (19:00 UTC)
schedule:
- cron: "0 10 * * *"
- cron: "0 19 * * *"

# Manual trigger with inputs
workflow_dispatch:
Expand Down
Loading