From 93931cb9076e0db238f4e297abe3d8f37bd71b80 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 May 2023 09:32:15 +0930 Subject: [PATCH] feat(conventional): job not to run when bot pushes change this is not requied to run on bot push as it's already been run multiple times !22 --- conventional_commits/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conventional_commits/.gitlab-ci.yml b/conventional_commits/.gitlab-ci.yml index cbf2657..721cf82 100644 --- a/conventional_commits/.gitlab-ci.yml +++ b/conventional_commits/.gitlab-ci.yml @@ -50,6 +50,8 @@ when: never - if: '$CI_COMMIT_TAG' when: never + - if: "$CI_COMMIT_AUTHOR =='nfc_bot '" + when: never - if: '$CI_COMMIT_BRANCH == "master"' when: always - if: '$CI_COMMIT_BRANCH'