From 23239e5f56c9378d3c6e4b6a106561f3045af613 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 10 May 2023 20:37:41 +0200 Subject: [PATCH] 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: b550617de208b8606717559973eb78c67b9e549e (cherry picked from commit b32f3185a198f35d348ad81f7ff1b2171b9fe383) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dd2f8b..35e9eea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,11 +124,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: