Remove redundant 'only: tags' specification from build and release stages in CI configuration
All checks were successful
Create Release / build-and-release (push) Successful in 7s

This commit is contained in:
JSC
2025-10-05 17:37:22 +02:00
parent 171235a067
commit f5031253fe

View File

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