Skip to content

Commit 88edc5a

Browse files
committed
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`.
1 parent 3dda877 commit 88edc5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
ubuntu:
1818
if: github.repository_owner == 'Homebrew'
19+
name: docker (Ubuntu ${{ matrix.version }})
1920
runs-on: ubuntu-22.04
2021
strategy:
2122
fail-fast: false

0 commit comments

Comments
 (0)