From c3782cbb8430a41ee912c722703202c547dcad95 Mon Sep 17 00:00:00 2001
From: Alexandre MERLIN <alexandre.merlin@inria.fr>
Date: Wed, 26 Feb 2025 09:20:41 +0100
Subject: [PATCH] [ci] Allow the preview of resource explorer to be skiped or
 fail

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 798d9784836..2436460bec9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,6 +112,7 @@ preview_resources_explorer:
     # But create a manual job on branches
     - if: $CI_COMMIT_BRANCH
       when: manual
+      allow_failure: true
   variables:
     NEXT_PUBLIC_REFREPO_BRANCH: $CI_COMMIT_BRANCH
   trigger:
-- 
GitLab