mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-17 20:50:42 +02:00
CI: only check the MR if we're in a merge request pipeline
This commit is contained in:
parent
beca998122
commit
399ba5e0ee
2 changed files with 6 additions and 0 deletions
|
|
@ -1034,6 +1034,9 @@ check-merge-request:
|
|||
reports:
|
||||
junit: results.xml
|
||||
allow_failure: true
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
|
||||
build rpm:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -695,6 +695,9 @@ check-merge-request:
|
|||
reports:
|
||||
junit: results.xml
|
||||
allow_failure: true
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
|
||||
{% for distro in distributions if distro.name == "fedora" %}
|
||||
{% set version = "{}".format(distro.versions|last()) %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue