mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-06-12 10:14:28 -04:00
fix(ci): do not run build jobs for post-release pipelines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user