Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!75
Resolve "Double pipeline triggered if merge request has melodic-* branch name."
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Resolve "Double pipeline triggered if merge request has melodic-* branch name."
45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
into
master
Overview
2
Commits
1
Pipelines
2
Changes
1
Closed
Resolve "Double pipeline triggered if merge request has melodic-* branch name."
Iñigo Moreno i Caireta
requested to merge
45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
into
master
Nov 23, 2021
Overview
2
Commits
1
Pipelines
2
Changes
1
Closes
#45 (closed)
Edited
Nov 23, 2021
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
ccc68625
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ccc68625
Update ci-templates/auto-rules/no-default.yml
· ccc68625
Iñigo Moreno i Caireta
authored
Nov 23, 2021
ci-templates/auto-rules/no-default.yml
+
2
−
0
View file @ ccc68625
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,8 @@ include: ci-templates/core.yml
workflow
:
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
when
:
never
-
if
:
$CI_COMMIT_REF_NAME =~ /^kinetic-.*/
variables
:
DEFAULT_DISTRO
:
"
kinetic"
Loading