From 54e48784064ab71608115e850bf7d0c666488f20 Mon Sep 17 00:00:00 2001 From: M1 AIR Date: Thu, 5 Mar 2026 00:08:50 +0700 Subject: [PATCH] ci: use self-hosted-dev runner tags --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e0eb79b..64735d49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ workflow: build_prod_mr: stage: build image: public.ecr.aws/docker/library/docker:27 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"' variables: @@ -75,7 +75,7 @@ build_prod_mr: build_push_prod: stage: build image: public.ecr.aws/docker/library/docker:27 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"' variables: @@ -94,7 +94,7 @@ build_push_prod: update_gitops_prod_lti: stage: gitops image: public.ecr.aws/docker/library/alpine:3.20 - tags: [self-hosted-prod] + tags: [self-hosted-dev] rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"' needs: ["build_push_prod"]