Skip to content
Snippets Groups Projects
Commit e9d0e074 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Fix missing supression for melodic branches

parent a0e565ad
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ industrial_ci_noetic:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy:
......
......@@ -73,6 +73,8 @@ industrial_ci_noetic:
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_REF_NAME =~ /^melodic-.*/
when: never
- if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
industrial_ci_kinetic_deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment