Commit 658e9d4
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 3169e83 commit 658e9d4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments