From 9fa1ab7e8487698fef2eadd232739fb696eaa3e6 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 4 Jan 2025 21:45:32 +0200
Subject: [PATCH] CI: Run the Matrix deploy manually.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afa7e7d..1632529 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -122,6 +122,7 @@ matrix-run:
   tags: *matrix-tags
   variables: *matrix-vars
   rules: *compose-rules
+  when: manual
   needs:
     - job: matrix-build
     - job: matrix-pull
-- 
GitLab