gitlab-ci: Fix flatpak builds being interrupted

This commit is contained in:
Bruno Lopes 2025-08-07 09:33:16 -03:00
parent 56e8275690
commit a960e8f4d1
No known key found for this signature in database

View file

@ -377,6 +377,8 @@ gimp-debian-x64:
## Flatpak CI (Fedora) ##
.flatpak:
extends: .default
#We need to specify this since .flatpak from flatpak_ci_initiative.yml sets to true
interruptible: false
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /.*Package:Flatpak.*/'
interruptible: true