From f20153536087079f39f1ab9995ac3d36dd3c467f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 3 Dec 2020 18:45:15 +0100 Subject: [PATCH] ci: Run sanity job automatically for forked branches as well This should make running the CI for forked branches less painful again. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e15542d51..686898ffeef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -484,10 +484,8 @@ sanity: - .fdo.ci-fairy stage: sanity rules: - - if: *is-pre-merge + - if: *is-forked-branch-or-pre-merge when: on_success - - if: *is-forked-branch - when: manual # Other cases default to never variables: GIT_STRATEGY: none