From 1d9e49093d48df6a5ecf25daa17122ab3b4abd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Wed, 6 Oct 2021 17:03:42 +0200 Subject: [PATCH] Keep build jobs on tag commits --- ci-templates/auto-rules/no-default.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index d485c4b..9646c7b 100644 --- a/ci-templates/auto-rules/no-default.yml +++ b/ci-templates/auto-rules/no-default.yml @@ -34,8 +34,6 @@ industrial_ci_kinetic: variables: ROS_DISTRO: kinetic rules: - - if: $DEPLOY - when: never - if: $DEFAULT_DISTRO == "kinetic" - if: $BUILD_KINETIC @@ -44,8 +42,6 @@ industrial_ci_melodic: variables: ROS_DISTRO: melodic rules: - - if: $DEPLOY - when: never - if: $DEFAULT_DISTRO == "melodic" - if: $BUILD_MELODIC @@ -54,8 +50,6 @@ industrial_ci_noetic: variables: ROS_DISTRO: noetic rules: - - if: $DEPLOY - when: never - if: $DEFAULT_DISTRO == "noetic" - if: $BUILD_NOETIC -- GitLab