From c8c9b5940ab5e147f54c16c84f018ccf3c256eb5 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Tue, 19 May 2026 10:10:24 +0800 Subject: [PATCH] ci: update check-version tags --- .gitlab/ci/pre_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/pre_check.yml b/.gitlab/ci/pre_check.yml index 884d32c9b6e..da3c5871bb4 100644 --- a/.gitlab/ci/pre_check.yml +++ b/.gitlab/ci/pre_check.yml @@ -34,7 +34,7 @@ check_version: extends: - .pre_check_template - .rules:protected:check - tags: [ brew, github_sync ] + tags: [ github_sync ] variables: # need a full clone to get the latest tag # the --shallow-since=$(git log -1 --format=%as $LATEST_GIT_TAG) option is not accurate