Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
0b794396bec6
Commit
6fd9234e
authored
Mar 16, 2021
by
Laurent Peuch
Browse files
ci(gitlab-ci): uses $CI_OPEN_MERGE_REQUESTS in workflow since heptapod has been updated
parent
f08ff1a15f06
Pipeline
#41369
passed with stages
in 5 minutes and 28 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b794396
...
...
@@ -6,7 +6,7 @@ image: python:latest
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_REF_NAME
=~
/^topic\/.*/'
-
if
:
'
$CI_COMMIT_REF_NAME
=~
/^topic\/.*/
&&
$CI_OPEN_MERGE_REQUESTS
'
when
:
never
-
when
:
always
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment