Skip to content
Snippets Groups Projects
Commit d9804584 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Update .gitlab-ci.yml file

parent e4e93829
No related branches found
No related tags found
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #66711 failed
......@@ -10,6 +10,14 @@ include:
ref: master
file: 'jobs/common/master.yml'
# See https://docs.gitlab.com/ee/ci/jobs/job_control.html#avoid-duplicate-pipelines
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
before_script:
- . /duneci/bin/duneci-init-job
......
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