File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/spotify/github/v3/actions/workflowjobs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ public interface WorkflowJobResponse {
137
137
138
138
/**
139
139
* The name of the runner to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
140
- * (Required)
141
140
*/
141
+ @ Nullable
142
142
String runnerName ();
143
143
144
144
/**
@@ -148,9 +148,9 @@ public interface WorkflowJobResponse {
148
148
Integer runnerGroupId ();
149
149
150
150
/**
151
- * The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
152
- * (Required)
151
+ * The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)* (Required)
153
152
*/
153
+ @ Nullable
154
154
String runnerGroupName ();
155
155
156
156
/**
You can’t perform that action at this time.
0 commit comments