From 99a9badf62eda60d918ea45fbc5319c37f9b85bd Mon Sep 17 00:00:00 2001 From: A <258483684+la14-1@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:50:03 -0800 Subject: [PATCH] ci: increase refactor team frequency to every 15 minutes (#1378) Co-authored-by: lab <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) --- .github/workflows/refactor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refactor.yml b/.github/workflows/refactor.yml index bc917bea..bcfc738c 100644 --- a/.github/workflows/refactor.yml +++ b/.github/workflows/refactor.yml @@ -2,7 +2,7 @@ name: Trigger Refactor on: schedule: - - cron: '0 */2 * * *' + - cron: '*/15 * * * *' issues: types: [opened, reopened, labeled] workflow_dispatch: