diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml index d485c4b54e675217fca03520d1aca8fe59d56aa8..9646c7ba87e30acdfe87aa199594fd2e0096fd39 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