Skip to content

Commit dda458f

Browse files
committed
ci: job name update
1 parent e4e37df commit dda458f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
- {os: debian, codename: bookworm, image_owner: arm64v8/, labels: [ubuntu-24.04-arm]}
486486
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
487487
container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }}
488-
name: conan - linux | ${{ matrix.labels[0] }}
488+
name: conan - linux | ${{ matrix.image_owner }}
489489
steps:
490490
- name: add llvm repo (for clang-format)
491491
uses: myci-actions/add-deb-repo@main

0 commit comments

Comments
 (0)