fix(ci): do not run build jobs for post-release pipelines

This commit is contained in:
Akash Yadav
2025-03-27 14:59:19 +05:30
parent 98d9355f87
commit fa6281a4fd

View File

@@ -126,6 +126,8 @@ build-apk:
- scripts/**/*
- Dockerfile
- .gitlab-ci.yml
- if: $CI_COMMIT_TAG
when: never
build-apk-set:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
@@ -159,6 +161,8 @@ build-apk-set:
- scripts/**/*
- Dockerfile
- .gitlab-ci.yml
- if: $CI_COMMIT_TAG
when: never
prepare-release:
image: alpine:latest