Resolve Actions Directly From Launch for Run Service Jobs (#2529)

Co-authored-by: Tingluo Huang <[email protected]>
This commit is contained in:
John Hernley
2023-05-03 16:04:21 -04:00
committed by GitHub
co-authored by Tingluo Huang
parent 229b9b8ecc
commit 22d1938ac4
9 changed files with 275 additions and 2 deletions
+3
View File
@@ -757,6 +757,9 @@ namespace GitHub.Runner.Worker
// File table
Global.FileTable = new List<String>(message.FileTable ?? new string[0]);
// What type of job request is running (i.e. Run Service vs. pipelines)
Global.Variables.Set(Constants.Variables.System.JobRequestType, message.MessageType);
// Expression values
if (message.ContextData?.Count > 0)
{