You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// job was skipped or canceled before a runner was allocated. No point in continuing.
905
-
return params.RunnerInfo{}, fmt.Errorf("job %d was skipped or canceled before a runner was allocated: %w", job.WorkflowJob.ID, runnerErrors.ErrNotFound)
// job was skipped or cancelled before a runner was allocated. No point in continuing.
905
+
return params.RunnerInfo{}, fmt.Errorf("job %d was skipped or cancelled before a runner was allocated: %w", job.WorkflowJob.ID, runnerErrors.ErrNotFound)
906
906
}
907
907
// Runner name was not set in WorkflowJob by github. We can still attempt to
908
908
// fetch the info we need, using the workflow run ID, from the API.
0 commit comments