Mentions légales du service

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

preliminary ci job should only be performed during merge requests

parent ad5d1864
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,7 @@ ...@@ -4,10 +4,7 @@
--- ---
preliminary_checks: preliminary_checks:
stage: pre stage: pre
interruptible: true extends: .only-mr
rules:
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /^ci-.*$/) && $CI_PIPELINE_SOURCE != "schedule"
- if: ($CI_PIPELINE_SOURCE == "merge_request_event")
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