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 <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7904>
This commit is contained in:
Michel Dänzer 2020-12-03 18:45:15 +01:00 committed by Marge Bot
parent 459b3fcd06
commit f201535360
1 changed files with 1 additions and 3 deletions

View File

@ -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