From 14e6c5e6ba1b6ca59abce26f5dc54db3287cf404 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Tue, 23 Sep 2025 08:26:15 +0000 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eec92b7..f87244a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: build-dev: stage: build tags: - - shared-runner + - shared when: on_success only: - main @@ -22,7 +22,7 @@ build-dev: auto-deploy: stage: deploy tags: - - shared-runner + - shared when: on_success only: - main