workflows/docker: improve job names.

This makes it a bit more obvious in various GitHub UIs that don't
display the workflow name and more consistent with `tests.yml`.
This commit is contained in:
Mike McQuaid 2024-09-04 10:00:52 +01:00
parent 8411f9feea
commit 34ffc9147d
No known key found for this signature in database

View File

@ -16,6 +16,7 @@ permissions:
jobs:
ubuntu:
if: github.repository_owner == 'Homebrew'
name: docker (Ubuntu ${{ matrix.version }})
runs-on: ubuntu-22.04
strategy:
fail-fast: false