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:
@@ -139,11 +139,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user