gitlab-org--gitlab-foss/changelogs/unreleased/implement-dag.yml
Kamil Trzciński e7ee84aad4 Add support for DAG
This implements the support for `needs:` keyword
as part of GitLab CI. That makes some of the jobs
to be run out of order.
2019-08-01 14:26:49 +00:00

5 lines
113 B
YAML

---
title: "Support creating DAGs in CI config through the `needs` key"
merge_request: 31328
author:
type: added