From f5031253feff08658187f1e36c9f0ef00e6a7f7d Mon Sep 17 00:00:00 2001 From: JSC Date: Sun, 5 Oct 2025 17:37:22 +0200 Subject: [PATCH] Remove redundant 'only: tags' specification from build and release stages in CI configuration --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be50e25..98f0fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,6 @@ build-extension: image: ubuntu:latest tags: - docker - only: - - tags rules: - if: $CI_COMMIT_TAG =~ /^v.*/ before_script: @@ -37,8 +35,6 @@ create-release: image: registry.gitlab.com/gitlab-org/release-cli:latest tags: - docker - only: - - tags rules: - if: $CI_COMMIT_TAG =~ /^v.*/ dependencies: