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