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:
@@ -484,10 +484,8 @@ sanity:
|
|||||||
- .fdo.ci-fairy
|
- .fdo.ci-fairy
|
||||||
stage: sanity
|
stage: sanity
|
||||||
rules:
|
rules:
|
||||||
- if: *is-pre-merge
|
- if: *is-forked-branch-or-pre-merge
|
||||||
when: on_success
|
when: on_success
|
||||||
- if: *is-forked-branch
|
|
||||||
when: manual
|
|
||||||
# Other cases default to never
|
# Other cases default to never
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
|
Reference in New Issue
Block a user