Skip to content

Commit 89e05dd

Browse files
Added logging when skipping action launches
1 parent dc4b617 commit 89e05dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Services/Migrator.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ public function runUp(string $filename, int $batch, Options $options): void
5656
if ($this->allowLogging($action)) {
5757
$this->log($name, $batch);
5858
}
59+
60+
return;
5961
}
62+
63+
$this->notification->twoColumn($name, 'SKIP');
6064
}
6165

6266
public function runDown(string $filename, Options $options): void

0 commit comments

Comments
 (0)