Skip to content

Commit ba9f09d

Browse files
committed
Fix auto-generated matrix job names
Signed-off-by: lelia <lelia@socket.dev>
1 parent 13c4ac9 commit ba9f09d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
# Delegates all Docker steps to the reusable _docker-pipeline workflow.
6767
# Adding a new image to ci_matrix.py automatically creates a new parallel run.
6868
build-test-push:
69+
name: publish (${{ matrix.image.name }})
6970
needs: generate-matrix
7071
permissions:
7172
contents: write # force-update the floating major version tag (e.g. v2)

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
# ── Job 2: Smoke (one run per image in the matrix) ─────────────────────────
4949
smoke:
50+
name: smoke (${{ matrix.image.name }})
5051
needs: generate-matrix
5152
strategy:
5253
fail-fast: false

0 commit comments

Comments
 (0)