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 commitb32f3185a1
)
This commit is contained in:
parent
09d3e8798f
commit
23239e5f56
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue