1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

ci: Allow nightly jobs to fail

Apparently the publish jobs try to run even though the needed flatpak
job failed, so disable these too.

Fixes: b550617de2
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-05-10 20:37:41 +02:00
parent 3e699275a4
commit b32f3185a1

View file

@ -139,11 +139,13 @@ flatpak@aarch64:
# Publish Flatpak for x86_64
nightly@x86_64:
extends: '.publish_nightly'
allow_failure: true
needs: ['flatpak@x86_64']
# Publish Flatpak for aarch64
nightly@aarch64:
extends: '.publish_nightly'
allow_failure: true
needs: ['flatpak@aarch64']
pages: