mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
ci: Run nightly job even if cross environment stage fails
Currently, the nightly job is skipped if fedora rawhide, or flatpak master job fails. This is not wanted as the nightly should be published if flatpak devel job succeeds. Let's allow failures of those jobs to not block the deploy stage.
This commit is contained in:
parent
c4e557b295
commit
949251868d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ fedora rawhide:
|
|||
only:
|
||||
- web
|
||||
- master
|
||||
allow_failure: true
|
||||
|
||||
flatpak master:
|
||||
stage: cross environment
|
||||
|
@ -51,6 +52,7 @@ flatpak master:
|
|||
- schedules
|
||||
- web
|
||||
- tags
|
||||
allow_failure: true
|
||||
|
||||
triage:
|
||||
image: ruby:2.4
|
||||
|
|
Loading…
Reference in a new issue