mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
19 lines
460 B
YAML
19 lines
460 B
YAML
|
include:
|
||
|
- project: 'freedesktop/ci-templates'
|
||
|
ref: 3e66ea37e5672bb8f48e3056ba92915b5fc5b888
|
||
|
file: '/templates/ci-fairy.yml'
|
||
|
|
||
|
stages:
|
||
|
- "Contribution checks"
|
||
|
|
||
|
check-mr:
|
||
|
extends: .fdo.ci-fairy
|
||
|
stage: "Contribution checks"
|
||
|
script:
|
||
|
- ci-fairy check-commits --signed-off-by
|
||
|
- ci-fairy check-merge-request --require-allow-collaboration
|
||
|
rules:
|
||
|
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"'
|
||
|
when: always
|
||
|
- when: never
|