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) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-16 20:50:03 -08:00 committed by GitHub
parent c4eccbd72f
commit 99a9badf62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Trigger Refactor
on:
schedule:
- cron: '0 */2 * * *'
- cron: '*/15 * * * *'
issues:
types: [opened, reopened, labeled]
workflow_dispatch: