Skip to content

Commit 4770626

Browse files
name workflow jobs
1 parent 7d5f0e5 commit 4770626

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ env:
3838

3939
jobs:
4040
containers-to-build:
41+
name: Containers to build
4142
runs-on: ubuntu-latest
4243
permissions:
4344
contents: read
@@ -92,6 +93,7 @@ jobs:
9293
echo "short_commit_hash=$(git rev-parse --short ${GITHUB_SHA})" >> "${GITHUB_OUTPUT}"
9394
9495
build-and-push:
96+
name: Docker build and push
9597
if: needs.containers-to-build.outputs.containers != '[]'
9698
runs-on: ubuntu-latest
9799
permissions:
@@ -191,7 +193,7 @@ jobs:
191193
image_name: ${{ inputs.project_name }}-${{ matrix.function }}
192194

193195
tag-all-repositories:
194-
name: Add merge commit tag to all images
196+
name: Merge commit tag all images
195197
if: github.ref == 'refs/heads/main'
196198
runs-on: ubuntu-latest
197199
needs: build-and-push
@@ -263,6 +265,7 @@ jobs:
263265
done
264266
265267
aggregate-reports:
268+
name: Aggregate reports
266269
runs-on: ubuntu-latest
267270
needs: [build-and-push, containers-to-build]
268271
env:

0 commit comments

Comments
 (0)