mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
add warning when running out of disk. (#873)
This commit is contained in:
@@ -5,5 +5,6 @@ namespace GitHub.DistributedTask.WebApi
|
||||
public static class WellKnownDistributedTaskVariables
|
||||
{
|
||||
public static readonly String JobId = "system.jobId";
|
||||
public static readonly String RunnerLowDiskspaceThreshold = "system.runner.lowdiskspacethreshold";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user