From f08fa46899af2f29dd7f8c5f063d4abdab6164ea Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 13 Jul 2021 19:24:23 +0200
Subject: [PATCH] [ci] Allow to trigger the documentation job

Even if the release stage is not complete
In case PyPI release job is not trigger on the tag based pipeline
https://docs.gitlab.com/ee/ci/yaml/#needs
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45d4a1d7..fb8ce51c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,3 +143,4 @@ pages:
     - if: $CI_COMMIT_BRANCH == "master"
       when: manual
     - when: never
+  needs: []
-- 
GitLab