From 52b14fe9cd57589a4465d49eff63b2b90ed4fe81 Mon Sep 17 00:00:00 2001 From: Fatah Date: Fri, 10 Apr 2026 11:08:51 -0500 Subject: [PATCH] Run Default token list updates twice a day --- .github/workflows/claude-auto-tasks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-auto-tasks.yml b/.github/workflows/claude-auto-tasks.yml index 3cab4e6ee..7104a2cec 100644 --- a/.github/workflows/claude-auto-tasks.yml +++ b/.github/workflows/claude-auto-tasks.yml @@ -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: