1
0
Fork 0

drm_hwcomposer: CI: Enable merge request pipelines

Now, freedesktop forbids running user pipelines to avoid hacker attacks.
This change will ensure that only the drm_hwcomposer project runs the
pipeline.

Change-Id: I87b58c87b41cfd31fb41c49c0faf399950b95022
Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
This commit is contained in:
Roman Stratiienko 2023-09-20 00:17:39 +03:00
parent 87b716c070
commit dddbb4eaeb

View file

@ -1,5 +1,10 @@
image: ubuntu:23.04
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
variables:
DEBIAN_FRONTEND: noninteractive