ci: Allow flatpak failure

It's not a critical thing, so if it fails (as it does currently) we
should not block on that.
This commit is contained in:
Marco Trevisan (Treviño)
2024-02-13 14:42:18 +01:00
parent b8933d8f81
commit 85ec9ec5b2

View File

@@ -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