mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Use PKG_ONLY variable to exclude flatpak job
This makes sure we're not wasting computational resources when we only want to build debian packages.
This commit is contained in:
parent
3b377edc81
commit
fe7ebf51ce
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ package-deb-pureos-byzantium:arm64:
|
|||
paths:
|
||||
- '.flatpak-builder/cache'
|
||||
- '.flatpak-builder/ccache'
|
||||
except:
|
||||
variables:
|
||||
- $PKG_ONLY == "1"
|
||||
|
||||
flatpak:master:
|
||||
extends: .flatpak
|
||||
|
|
Loading…
Reference in a new issue