1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-11-16 05:15: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
(cherry picked from commit b32f3185a1)
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-05-10 20:37:41 +02:00
parent 09d3e8798f
commit 23239e5f56

View file

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