We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c91d10f + 8618bb2 commit 06301b5Copy full SHA for 06301b5
gitlab/payload.go
@@ -151,6 +151,7 @@ type BuildEventPayload struct {
151
User User `json:"user"`
152
Commit BuildCommit `json:"commit"`
153
Repository Repository `json:"repository"`
154
+ Runner Runner `json:"runner"`
155
}
156
157
// JobEventPayload contains the information for GitLab's Job status change
0 commit comments