From 17e9951cda152b51627a76f74915e392a12d2257 Mon Sep 17 00:00:00 2001
From: Miguel Prada <miguel.prada@tecnalia.com>
Date: Tue, 3 Dec 2019 12:19:26 +0100
Subject: [PATCH] Run clang-format job for tags as well

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml   | 1 -
 .gitlab-industrial-ci-kinetic-with-rosinstall.yml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index ab18571..d284d3a 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -83,7 +83,6 @@ clang_format:
     ROS_DISTRO: kinetic
     CLANG_FORMAT_CHECK: file
   except:
-    - tags
     - melodic-devel
   allow_failure: yes
 
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index c45d0d4..bea2bb0 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -85,7 +85,6 @@ clang_format:
     ROS_DISTRO: kinetic
     CLANG_FORMAT_CHECK: file
   except:
-    - tags
     - melodic-devel
   allow_failure: yes
 
-- 
GitLab