We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c4ac9 commit ba9f09dCopy full SHA for ba9f09d
2 files changed
.github/workflows/publish-docker.yml
@@ -66,6 +66,7 @@ jobs:
66
# Delegates all Docker steps to the reusable _docker-pipeline workflow.
67
# Adding a new image to ci_matrix.py automatically creates a new parallel run.
68
build-test-push:
69
+ name: publish (${{ matrix.image.name }})
70
needs: generate-matrix
71
permissions:
72
contents: write # force-update the floating major version tag (e.g. v2)
.github/workflows/smoke-test.yml
@@ -47,6 +47,7 @@ jobs:
47
48
# ── Job 2: Smoke (one run per image in the matrix) ─────────────────────────
49
smoke:
50
+ name: smoke (${{ matrix.image.name }})
51
52
strategy:
53
fail-fast: false
0 commit comments