mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 01:28:07 +02:00
ci: fix farm restore pipelines
A few lines above, we disable pipelines for farm disables, but we were missing a condition to run the container & build jobs when re-enabling a farm, leading to invalid pipelines where test jobs for that farm are created but the container & build jobs are missing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26809>
This commit is contained in:
parent
d75643f400
commit
ac5a27917d
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ include:
|
|||
# GitLab CI
|
||||
- .gitlab-ci.yml
|
||||
- .gitlab-ci/**/*
|
||||
- .ci-farms/*
|
||||
# Meson
|
||||
- meson*
|
||||
- build-support/**/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue