Mesa (master): ci: only build docs in the upstream-repo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 1 14:58:31 UTC 2020


Module: Mesa
Branch: master
Commit: d1ca80235de99169148ab2f03b8b08553758af76
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1ca80235de99169148ab2f03b8b08553758af76

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Mon Jun 22 11:10:17 2020 +0200

ci: only build docs in the upstream-repo

Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efb4972b3ff..84d06860866 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ pages:
     paths:
     - public
   only:
-  - master
+  - master at mesa/mesa
 
 # When to automatically run the CI
 .ci-run-policy:



More information about the mesa-commit mailing list