Skip to content

Commit 8618bb2

Browse files
author
Zhdanov_R
committed
add Runner to BuildEventPayload struct
1 parent cd70db9 commit 8618bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ type BuildEventPayload struct {
150150
User User `json:"user"`
151151
Commit BuildCommit `json:"commit"`
152152
Repository Repository `json:"repository"`
153+
Runner Runner `json:"runner"`
153154
}
154155

155156
// JobEventPayload contains the information for GitLab's Job status change

0 commit comments

Comments
 (0)