Allow manual emulator tests in all situations

This commit is contained in:
Torsten Grote
2021-04-15 15:54:46 -03:00
parent 5a3a12767c
commit 67bd065bc3

View File

@@ -48,15 +48,12 @@ android test:
when: on_failure
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes:
- changes:
- briar-android/**/*
when: manual
allow_failure: true
retry:
max: 1
when:
- script_failure
tags:
- kvm