Remove duplicate RunnerReady event

This commit is contained in:
ciaranbor
2026-01-09 16:15:51 +00:00
committed by Jake Hillion
parent 2aba3fc9a9
commit d5536c1a2b
-5
View File
@@ -352,11 +352,6 @@ def main(
current_status = RunnerReady()
logger.info("runner ready")
event_sender.send(
RunnerStatusUpdated(
runner_id=runner_id, runner_status=RunnerReady()
)
)
case Shutdown():
current_status = RunnerShuttingDown()
logger.info("runner shutting down")