Skip to content

ci: use tags for all jobs

Matt Critchlow requested to merge tag-all-jobs into trunk

What does this Merge Request do?

Per [1]

When you register a runner, its default behavior is to only pick tagged jobs. To change this, you must have the Owner role for the project.

Therefore if/when we create new runners, we want to ensure they properly pick up jobs that they are intended to support.

  1. https://docs.gitlab.com/ee/ci/runners/configure_runners.html#set-a-runner-to-run-untagged-jobs

Merge request reports