commit | b445355789866c17e779f99d12af421446907757 | [log] [tgz] |
---|---|---|
author | Andrejs Cainikovs <andrejs.cainikovs@toradex.com> | Wed Sep 13 16:15:36 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 30 15:15:31 2023 -0400 |
tree | 01e108ff34220565064ca457c7ea5bf83e0b3384 | |
parent | 7af1e79a1c2f72e21c704f329b7ae0efe1291820 [diff] |
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>