mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
CI: don't run on MRs
CTS takes ~60min to complete, and free runners are x86
This commit is contained in:
parent
cd9f6f5b05
commit
b31dd386ac
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue