From 1f5cfb73e052f47bf87ae8325e737aa70d41e788 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Sun, 27 Apr 2025 21:20:40 +0300 Subject: [PATCH] fix(ci): Allow flatpak build to fail It's broken, but this way we can still see if other jobs are passing --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 286fd483..e00ab09a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,6 +89,8 @@ flatpak: TEST_RUN_ARGS: $TEST_ARGS BUNDLE: geary-dev.flatpak extends: .flatpak + # This is broken, allow it to fail. + allow_failure: true nightly: extends: '.publish_nightly'