mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
ci: only build docs if any docs changed
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>
This commit is contained in:
parent
d1ca80235d
commit
24fe9f43e5
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ pages:
|
|||
paths:
|
||||
- public
|
||||
only:
|
||||
- master@mesa/mesa
|
||||
refs:
|
||||
- master@mesa/mesa
|
||||
changes:
|
||||
- docs/**/*
|
||||
- .gitlab-ci.yml
|
||||
|
||||
# When to automatically run the CI
|
||||
.ci-run-policy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue