Module: Mesa Branch: master Commit: b48e64f903be0d6449835e967a395673d89e2672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b48e64f903be0d6449835e967a395673d89e2672
Author: Michel Dänzer <[email protected]> Date: Wed Apr 10 10:33:13 2019 +0200 gitlab-ci: Run CI pipeline for all branches in the main repository In turn, do not run the pipeline for the master branch in forked repositories. Reviewed-by: Eric Engestrom <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a923dd7af0c..f39a7329077 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ stages: # When to automatically run the CI .ci-run-policy: &ci-run-policy only: - - master + - branches@mesa/mesa - merge_requests - /^ci([-/].*)?$/ retry: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
