mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
✅ Fix CI
This commit is contained in:
@@ -72,7 +72,9 @@ class DataAuditSequencer extends StepSequencer
|
||||
return $this->GetNextStep('complete', 'Check Completed', 100);
|
||||
|
||||
case 'setup-audit':
|
||||
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
||||
if ($this->IsDataAuditRequired()) {
|
||||
$this->oRunTimeEnvironment->DataToCleanupAudit();
|
||||
}
|
||||
return $this->GetNextStep('complete', 'Check Completed', 100);
|
||||
|
||||
case 'complete':
|
||||
|
||||
Reference in New Issue
Block a user