gitlab-ci: Fix flatpak builds being interrupted
This commit is contained in:
parent
56e8275690
commit
a960e8f4d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue