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:
parent
3e699275a4
commit
b32f3185a1
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue