From 85ec9ec5b222559f13ca34b850226294bb209a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 13 Feb 2024 14:42:18 +0100 Subject: [PATCH] ci: Allow flatpak failure It's not a critical thing, so if it fails (as it does currently) we should not block on that. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bea6726..a5771e9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,8 +193,10 @@ flatpak: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: never - if: '$CI_COMMIT_BRANCH == "master"' + allow_failure: true when: always - if: '$CI_COMMIT_TAG' + allow_failure: true when: always # For any other (commit), allow manual run. # This excludes MRs which would create a duplicate pipeline