From 7b09d501e4511d0213f1a52c1fc09d7bede3ae85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 6 Aug 2020 17:12:11 +0200 Subject: [PATCH] ci: Add empty needs: to pages job So it doesn't need to wait for jobs in earlier stages. Reviewed-by: Peter Hutterer Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f6e1cca8a2..4ad29d71117 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ pages: artifacts: paths: - public + needs: [] rules: - *ignore_scheduled_pipelines - if: *is-main-master