mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
Allow runner to check service connection in background. (#3542)
* Allow runner to check service connection in background. * . * .
This commit is contained in:
@@ -7,5 +7,6 @@ namespace GitHub.DistributedTask.WebApi
|
||||
public static readonly String JobId = "system.jobId";
|
||||
public static readonly String RunnerLowDiskspaceThreshold = "system.runner.lowdiskspacethreshold";
|
||||
public static readonly String RunnerEnvironment = "system.runnerEnvironment";
|
||||
public static readonly String RunnerServiceConnectivityTest = "system.runner.serviceconnectivitycheckinput";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user