Added gitlab rule for running pipelines in MRs
This commit is contained in:
@@ -8,6 +8,10 @@ variables:
|
||||
|
||||
image: maven:3-openjdk-11-slim
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
before_script:
|
||||
- free -mh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user