ci: Make Flatpak builds blocking again

The Flatpak builds are now fixed again in the CI, so let's no longer
allow them to break.
This commit is contained in:
Niels De Graef 2025-11-27 20:42:46 +01:00 committed by Niels De Graef
parent e4a50ed3b2
commit f470a1ed7d

View file

@ -131,8 +131,6 @@ flatpak:
TEST_RUN_ARGS: $TEST_ARGS TEST_RUN_ARGS: $TEST_ARGS
BUNDLE: geary-dev.flatpak BUNDLE: geary-dev.flatpak
extends: .flatpak extends: .flatpak
# This is broken, allow it to fail.
allow_failure: true
## ##
# Stage: Deploy # Stage: Deploy