Skip to content
Snippets Groups Projects

Resolve "Double pipeline triggered if merge request has melodic-* branch name."

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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