mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Check connectivity for endpoints requested by service. (#2691)
This commit is contained in:
@@ -229,7 +229,7 @@ namespace GitHub.Runner.Worker
|
||||
finally
|
||||
{
|
||||
Trace.Info("Finalize job.");
|
||||
jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
|
||||
await jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
|
||||
}
|
||||
|
||||
Trace.Info($"Job result after all job steps finish: {jobContext.Result ?? TaskResult.Succeeded}");
|
||||
|
||||
Reference in New Issue
Block a user