This commit is contained in:
Imbris 2023-05-05 12:54:02 -04:00
parent 32a7d2c0b6
commit 77d44a1984
2 changed files with 2 additions and 4 deletions

View File

@ -42,7 +42,7 @@ workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $GITLAB_USER_ID != "8866215"
- if: $CI_COMMIT_BRANCH # == $CI_DEFAULT_BRANCH && $GITLAB_USER_ID != "8866215"
- if: $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/ && $GITLAB_USER_ID != "8866215"
include:

View File

@ -2,8 +2,6 @@
.optional-release:
stage: check
rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event" || $CI_PIPELINE_SOURCE == "schedule" || ( $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $TAG_REGEX )
when: never
- when: manual
allow_failure: true
@ -15,4 +13,4 @@
when: on_success
- when: never
retry:
max: 1
max: 1