mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2026-01-27 19:17:22 +01:00
Only run ci-fairy on merge requests
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
parent
6c09731441
commit
d5c485f997
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
check-commits:
|
||||
stage: test
|
||||
image: registry.gitlab.com/kernel-firmware/linux-firmware
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_ID
|
||||
script:
|
||||
- ci-fairy check-commits --signed-off-by
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue