.gitlab-ci.yml: disable full scan on merge requests
This commit is contained in:
parent
de12bce139
commit
3d00ec70e6
@ -36,6 +36,7 @@ pkgcheck_push:
|
|||||||
pkgcheck_full_scan:
|
pkgcheck_full_scan:
|
||||||
rules:
|
rules:
|
||||||
- allow_failure: true
|
- allow_failure: true
|
||||||
|
- if: $CI_PIPELINE_SOURCE != 'merge_request_event'
|
||||||
script:
|
script:
|
||||||
- pkgcheck ci $common_pkgcheck_args
|
- pkgcheck ci $common_pkgcheck_args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user