ci: update check-version tags

This commit is contained in:
igor.udot
2026-05-19 10:10:24 +08:00
parent 6b29697fc8
commit c8c9b5940a

View File

@@ -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