mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 17:56:07 +00:00
fix(ci): classify snapshot SQLite maintenance
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user