.gitlab-ci.yml: define top-level workflow
It seems that defining rules with the "extends" mechanism is not working very well. We may have better luck by using the workflow definition [1], which incorporates our rules and automatically applies to all the jobs in the pipeline. Workflows cannot use "when: manual", so move that special-case to the .workspace job instead. [1] https://docs.gitlab.com/ee/ci/yaml/#workflow Signed-off-by:Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent
20eb5ab6
No related branches found
No related tags found
This commit is part of merge request !126. Comments created here will be created in the context of that merge request.
Please register or sign in to comment