[epiphany/wip/exalm/canary2] ci: Allow failure for canary nightly job as well




commit d6ee6547606ad8c9520e06691365b7f061fc76ca
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Oct 18 05:33:50 2022 +0400

    ci: Allow failure for canary nightly job as well

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9457ff18c..b2532a8b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,6 +154,7 @@ canary:
 
 canary nightly:
   extends: '.publish_nightly'
+  allow_failure: true
   stage: .post
   dependencies: ['canary']
   before_script:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]