fix(ci): Allow flatpak build to fail

It's broken, but this way we can still see if other jobs are passing
This commit is contained in:
Serhii Tereshchenko 2025-04-27 21:20:40 +03:00 committed by Niels De Graef
parent 12574eed7b
commit 1f5cfb73e0

View file

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