mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
chore: reduce workflow cron frequencies (#1046)
- discovery: every 30 min → every 3 days - refactor: every 5 min → hourly - security: every 5 min → every 30 min Co-authored-by: Security Reviewer <security-reviewer@spawn.dev> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
44b9a5bdff
commit
0a0512652a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/discovery.yml
vendored
2
.github/workflows/discovery.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Trigger Discovery
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
- cron: '0 0 */3 * *'
|
||||
issues:
|
||||
types: [opened, reopened, labeled]
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/refactor.yml
vendored
2
.github/workflows/refactor.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Trigger Refactor
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '0 * * * *'
|
||||
issues:
|
||||
types: [opened, reopened, labeled]
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
issues:
|
||||
types: [opened, reopened, labeled]
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '*/30 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue