Commit 5f5514e
committed
fix(gitlab): map skipped status correctly
Use gitlab.Skipped state instead of gitlab.Canceled when the
conclusion is ConclusionSkipped, so that GitLab pipelines show the
correct skipped status. Also update the skip CI path in the sinker
to use ConclusionSkipped instead of ConclusionNeutral.
Signed-off-by: Akshay Pant <akpant@redhat.com>1 parent f541028 commit 5f5514e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments