From 87503af0745ce698b5c07dc21cebc16ea1c90a30 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 6 Nov 2025 08:32:11 -0800 Subject: [PATCH] [CI] Shorter top-job name `sycl-containers.yaml` 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. --- .github/workflows/sycl-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-containers.yaml b/.github/workflows/sycl-containers.yaml index 75598f22901b9..1a3123ea19f80 100644 --- a/.github/workflows/sycl-containers.yaml +++ b/.github/workflows/sycl-containers.yaml @@ -28,7 +28,7 @@ permissions: read-all jobs: build_and_push_images: if: github.repository == 'intel/llvm' - name: Build and Push Docker Images + name: "Containers" runs-on: ubuntu-latest permissions: packages: write