Skip to content

ci: fix shader-db job existence condition

Eric Engestrom requested to merge eric/mesa:ci-fix-shader-db-job into main

Without this, the job always exists but it depends on things that don't always exist, leading to errors like this one:

'shader-db' job needs 'debian-build-testing' job, but 'debian-build-testing' is not in any previous stage

Fixes: 3983ae89 ("Split debian-build-testing job")

Merge request reports