CI: don't run on MRs

CTS takes ~60min to complete, and free runners are x86
This commit is contained in:
Mis012 2025-02-09 22:56:27 +01:00
parent cd9f6f5b05
commit b31dd386ac

View file

@ -3,6 +3,8 @@ stages:
- cts
build_trigger_job:
rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
stage: build
variables:
# the build script assumes it's run from a MR context
@ -17,6 +19,8 @@ build_trigger_job:
cts_trigger_job:
rules:
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
stage: cts
trigger:
project: android_translation_layer/android_translation_layer.gitlab.io