From 56e4fdab6bb074be5c68cd68e71135ef37eb84ac Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Mon, 29 Jan 2024 15:24:42 +0100
Subject: [PATCH] fix: only run tbc-check if kicker.json file is detected

---
 templates/validation.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/validation.yml b/templates/validation.yml
index 0cdbe99..eec58a5 100644
--- a/templates/validation.yml
+++ b/templates/validation.yml
@@ -77,3 +77,6 @@ tbc-check:
   stage: build
   script:
     - tbc-check .
+  rules:
+    - exists:
+      - kicker.json
-- 
GitLab