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

This commit is contained in:
Akash Yadav committed 2025-03-27 14:59:19 +05:30
1 parent 98d9355f87
commit fa6281a4fd
1 file changed
+4
+4
View File
@@ -126,6 +126,8 @@ build-apk:
- scripts/**/* - scripts/**/*
- Dockerfile - Dockerfile
- .gitlab-ci.yml - .gitlab-ci.yml
- if: $CI_COMMIT_TAG
when: never
build-apk-set: build-apk-set:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
@@ -159,6 +161,8 @@ build-apk-set:
- scripts/**/* - scripts/**/*
- Dockerfile - Dockerfile
- .gitlab-ci.yml - .gitlab-ci.yml
- if: $CI_COMMIT_TAG
when: never
prepare-release: prepare-release:
image: alpine:latest image: alpine:latest