From 1270d78b969ec205552ec9550181139d0d17b44c Mon Sep 17 00:00:00 2001
From: Hoang  PHAN <hoang.phanthanh@vn.bosch.com>
Date: Mon, 15 Jul 2024 06:55:25 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4aca252..e12c723 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,5 +56,5 @@ push-modification:
       fi
   rules:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-      when: manual 
+      # when: manual 
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
-- 
GitLab