diff --git a/.gitea/workflows/ai-codebase-review.yml b/.gitea/workflows/ai-codebase-review.yml index 32ab58f..2269688 100644 --- a/.gitea/workflows/ai-codebase-review.yml +++ b/.gitea/workflows/ai-codebase-review.yml @@ -2,8 +2,8 @@ name: AI Codebase Quality Review on: # Weekly scheduled run - schedule: - - cron: "0 0 * * 0" # Every Sunday at midnight + # schedule: + # - cron: "0 0 * * 0" # Every Sunday at midnight # Manual trigger workflow_dispatch: