CI: allow jobs to be run in merge requests
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>
Wed, 13 Sep 2023 14:15:36 +0000 (16:15 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 30 Sep 2023 19:15:31 +0000 (15:15 -0400)
commit399f739be6b272d7565e91b15bf589bd1dbef92f
tree01e108ff34220565064ca457c7ea5bf83e0b3384
parent4c181754135a055962848cf364fd98a89c113cc7
CI: allow jobs to be run in merge requests

Out-of-tree users could run an out-of-tree CI with limited coverage,
however it is convenient to be able to run the upstream CI from time
to time. To enable that we would need to change job rules to be able
to run on any GitLab event. Excerpt from GitLab documentation:

> Jobs with no rules default to except: merge_requests

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml