From 9711dce2ef62de0ccbe7cc70b5e7a7303b93fedc Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 15 Oct 2024 09:59:34 +1000 Subject: [PATCH] Hopefully fix up when inventree_job runs --- kibot-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index c06cb4e..72376bf 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -265,9 +265,7 @@ inventree_job: - job: outputs_all artifacts: true rules: - - if: $CI_COMMIT_TAG - when: never # Do not run this job when a tag is created manually - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch + - !reference [.main_rules, rules] script: - !reference [.commands, boms]