You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
CI: don't run on MRs
CTS takes ~60min to complete, and free runners are x86
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user