This commit is contained in:
Christian Gunderman
2026-04-24 16:23:06 -07:00
parent eb01e9787e
commit e18b32045f
@@ -4,6 +4,15 @@ on:
schedule:
- cron: '0 0 * * *' # Every 24 hours
workflow_dispatch:
inputs:
clear_memory:
description: 'Clear memory (drops learnings from previous runs)'
type: 'boolean'
default: false
enable_prs:
description: 'Enable PRs (automatically promote changes to PRs)'
type: 'boolean'
default: false
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'