mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user