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:
parent
8411f9feea
commit
34ffc9147d
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -16,6 +16,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
if: github.repository_owner == 'Homebrew'
|
if: github.repository_owner == 'Homebrew'
|
||||||
|
name: docker (Ubuntu ${{ matrix.version }})
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user