Skip to content
Snippets Groups Projects
Commit 009d8d27 authored by Marc-Olivier Andrez's avatar Marc-Olivier Andrez
Browse files

ci: run a single GitLab CI pipeline

Commit to fix the current behavior of GitLab that triggers two CI
pipelines for the same commit.

For example, both the pipelines
[114510](https://gitlab.desy.de/asapo/asapo/-/pipelines/114510) and
[114511](https://gitlab.desy.de/asapo/asapo/-/pipelines/114511) ran on
the same commit 56d16797. See
asapo/asapo!214
parent 7551b6a2
No related branches found
No related tags found
No related merge requests found
---
workflow:
rules:
- if: $CI_COMMIT_BRANCH
include:
- local: deploy/build_env/services-linux/gitlab-ci-build-docker.yml
- local: deploy/build_env/services-windows/gitlab-ci-build-docker.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment