ci: fix rebase mistake

Fixes: 32a818d11d ("ci: drop workaround for jobs not being created in fork pipelines")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40505>
This commit is contained in:
Eric Engestrom 2026-03-19 10:03:04 +01:00 committed by Marge Bot
parent 982f567b19
commit d38916d673

View file

@ -373,16 +373,13 @@
- changes: [ .ci-farms-disabled/vmware ]
exists: [ .ci-farms-disabled/vmware ]
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: [ .ci-farms-disabled/pengutronix ]
- changes: [ .ci-farms-disabled/pengutronix ]
exists: [ .ci-farms-disabled/pengutronix ]
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: [ .ci-farms-disabled/lumag ]
- changes: [ .ci-farms-disabled/lumag ]
exists: [ .ci-farms-disabled/lumag ]
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: [ .ci-farms-disabled/imagination ]
- changes: [ .ci-farms-disabled/imagination ]
exists: [ .ci-farms-disabled/imagination ]
when: never
# Any other change to ci-farms/* means some farm is getting re-enabled.