mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(ci): Exclude review-app jobs for renovate MR's
Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
0a7b02956f
commit
7466e96449
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,8 @@ deploy_review:
|
|||
on_stop: stop_review
|
||||
auto_stop_in: 1 week
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^renovate\//
|
||||
when: never
|
||||
- if: $CI_MERGE_REQUEST_ID && $CI_PROJECT_PATH == "archlinux/aurweb"
|
||||
when: manual
|
||||
|
||||
|
@ -141,6 +143,8 @@ provision_review:
|
|||
name: review/$CI_COMMIT_REF_NAME
|
||||
action: access
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^renovate\//
|
||||
when: never
|
||||
- if: $CI_MERGE_REQUEST_ID && $CI_PROJECT_PATH == "archlinux/aurweb"
|
||||
|
||||
stop_review:
|
||||
|
@ -155,5 +159,7 @@ stop_review:
|
|||
name: review/$CI_COMMIT_REF_NAME
|
||||
action: stop
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^renovate\//
|
||||
when: never
|
||||
- if: $CI_MERGE_REQUEST_ID && $CI_PROJECT_PATH == "archlinux/aurweb"
|
||||
when: manual
|
||||
|
|
Loading…
Add table
Reference in a new issue