mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-05 06:38:02 +02:00
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:
parent
b8933d8f81
commit
85ec9ec5b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue