mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-30 12:59:32 +00:00
feat: Increase improve workflow frequency to every 30 minutes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2ad38d6321
commit
bdf4e08cc7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/improve.yml
vendored
2
.github/workflows/improve.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Trigger Improve
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
- cron: '*/30 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue