mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
test-mod
This commit is contained in:
parent
32a7d2c0b6
commit
77d44a1984
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user