Skip to content

Commit 2b2f68c

Browse files
[CI] Shorter top-job name in sycl-containers.yaml (#20582)
Otherwise GH interface hides the meaningful part of the matrix jobs' names. I tried to experiment with putting " / " in different names to get the grouping similar to what we have in E2E jobs but wasn't able to make GH to perform any.
1 parent 9440df5 commit 2b2f68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions: read-all
2828
jobs:
2929
build_and_push_images:
3030
if: github.repository == 'intel/llvm'
31-
name: Build and Push Docker Images
31+
name: "Containers"
3232
runs-on: ubuntu-latest
3333
permissions:
3434
packages: write

0 commit comments

Comments
 (0)