From 0a3b658ec82e5432dddd89b7fc516d705eb1b9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Thu, 25 Jul 2024 15:33:24 +0900 Subject: [PATCH] =?UTF-8?q?CI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 019b8f4..3ab618a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,4 @@ push: except: variables: - $CI_COMMIT_MESSAGE =~ /CI 수정/ - - $CI_COMMIT_MESSAGE =~ /최초 업로드/ - workflow: - rules: - - if: $CI_PIPELINE_SOURCE == "merge_request_event" \ No newline at end of file + - $CI_COMMIT_MESSAGE =~ /최초 업로드/ \ No newline at end of file