tags

Select which runners can run a job based on runner tags.

Supported: array, single tag

Examples

Multiple tags

job:
  script: echo "job"
  tags:
    - ruby
    - postgres

Single tag

job:
  script: echo "job"
  tags:
    - docker