stash: integrity checks

This commit is contained in:
izzy
2025-11-26 15:45:58 +00:00
parent 13104d49cd
commit f77f43a83d
6 changed files with 142 additions and 2 deletions

View File

@@ -637,6 +637,10 @@ export enum JobName {
// Workflow
WorkflowRun = 'WorkflowRun',
// Integrity
IntegrityOrphanedAndMissingFiles = 'IntegrityOrphanedAndMissingFiles',
IntegrityChecksumFiles = 'IntegrityChecksumFiles',
}
export enum QueueCommand {