Skip to content

Commit d06a65b

Browse files
committed
Fix names
1 parent 448f7fd commit d06a65b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-ci-container-tooling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525

2626
jobs:
2727
build-ci-container-tooling:
28+
name: Build Container ${{ matrix.container-name }}
2829
if: github.repository_owner == 'llvm'
2930
runs-on: ubuntu-24.04
3031
strategy:

.github/workflows/build-ci-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
jobs:
2323
build-ci-container:
24+
name: Build Container ${{ matrix.container-name }}
2425
if: github.repository_owner == 'llvm'
2526
runs-on: ${{ matrix.runs-on }}
2627
strategy:

0 commit comments

Comments
 (0)