mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
dont run CI on master on mirror
This commit is contained in:
parent
217462805d
commit
a064cf4ca5
@ -36,11 +36,12 @@ before_script:
|
||||
- export RUSTFLAGS="-D warnings"
|
||||
- rm -rf target || echo "it seems that sometimes OLD data is left over"
|
||||
|
||||
# 8866215 is the user that is used to sync data to the collaboration repos
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $GITLAB_USER_ID != "8866215"
|
||||
|
||||
include:
|
||||
- local: .gitlab/CI/recompile.yml
|
||||
|
Loading…
Reference in New Issue
Block a user