c00fde606e
Without this fix, pipeline could go from skipped to running directly, bypassing the transition for: [:created, :pending] => :running And this is responsible for setting up started_at. Without this fix, started_at would never be set. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884
6 lines
190 B
YAML
6 lines
190 B
YAML
---
|
|
title: Fix pipeline status transition for single manual job. This would also fix pipeline
|
|
duration becuse it is depending on status transition
|
|
merge_request: 15251
|
|
author:
|
|
type: fixed
|