mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 00:37:43 +00:00
fix(ci): classify snapshot SQLite maintenance
This commit is contained in:
parent
e261fa60ce
commit
7642b38cfe
1 changed files with 5 additions and 1 deletions
|
|
@ -47,7 +47,11 @@ const rawSqliteAllowPathGroups = {
|
|||
"src/state/openclaw-state-db.ts",
|
||||
"src/state/sqlite-schema-shape.test-support.ts",
|
||||
],
|
||||
"backup snapshot maintenance": ["src/commands/backup-verify.ts", "src/infra/backup-create.ts"],
|
||||
"backup snapshot maintenance": [
|
||||
"src/commands/backup-verify.ts",
|
||||
"src/infra/backup-create.ts",
|
||||
"src/snapshot/local-repository.ts",
|
||||
],
|
||||
"agent auth profile read-only bootstrap": ["src/agents/auth-profiles/sqlite.ts"],
|
||||
"read-only SQLite status probes": [
|
||||
"src/commands/doctor-db-bloat.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue