diff --git a/.forgejo/workflows/agent-development.yml b/.forgejo/workflows/agent-development.yml index 3925d39..c1de8a7 100644 --- a/.forgejo/workflows/agent-development.yml +++ b/.forgejo/workflows/agent-development.yml @@ -40,9 +40,9 @@ on: options: - master - pr - schedule: + # schedule: # Run every 30 minutes - - cron: '*/20 * * * *' + # - cron: '*/20 * * * *' # Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC) # - cron: '0 */6 * * *' diff --git a/.forgejo/workflows/agent-planning.yml b/.forgejo/workflows/agent-planning.yml index 254ae4a..db73ccb 100644 --- a/.forgejo/workflows/agent-planning.yml +++ b/.forgejo/workflows/agent-planning.yml @@ -24,8 +24,8 @@ on: - gpt-5.1-codex-high - opus-4.1 - grok - schedule: - - cron: '0 */4 * * *' + # schedule: + # - cron: '0 */4 * * *' jobs: planning: