Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8625def authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

At least one job must be run so that any merge request get a pipeline status...

At least one job must be run so that any merge request get a pipeline status (mandatory to accept the merge request)
parent bf5bff3d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
--- ---
preliminary_checks: preliminary_checks:
stage: .pre stage: .pre
extends: .only-merge-request interruptible: true
rules:
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /^ci-.*$/) && $CI_PIPELINE_SOURCE != "schedule"
- if: $CI_MERGE_REQUEST_IID && $CI_PIPELINE_SOURCE != "schedule"
parallel: parallel:
matrix: matrix:
- TEST: [rebase, draft, header] - TEST: [rebase, draft, header]
......
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