From 67bd065bc384418c7314b79ce94ef0db4978ac6b Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 15 Apr 2021 15:54:46 -0300 Subject: [PATCH] Allow manual emulator tests in all situations --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71fa7367f..85313abcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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