Do not give up if Results is powering logs (#2893)

* Do not give us if Results is powering logs

* No need to send telemtry to Actions server in Results only case
This commit is contained in:
Yang Cao
2023-09-28 16:05:11 -04:00
committed by GitHub
parent c3a7188eca
commit 463ec00cb4
2 changed files with 17 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ namespace GitHub.Runner.Worker
launchServer.InitializeLaunchClient(new Uri(launchReceiverEndpoint), accessToken);
}
_jobServerQueue = HostContext.GetService<IJobServerQueue>();
_jobServerQueue.Start(message, resultServiceOnly: true);
_jobServerQueue.Start(message, resultsServiceOnly: true);
}
else
{