[CI] [GHA] Fix GPU job display name if the job is skipped (#23965)

### Details:
 - If the GPU job is skipped, the UI shows:

![image](https://github.com/openvinotoolkit/openvino/assets/65596953/6c8c8142-d12e-4f80-a2c3-ab17ff9e3b1f)

The jobs created by `matrix` will have the necessary distinguishable
properties in the `()` after the job name, e.g., for `Conformance`:

![image](https://github.com/openvinotoolkit/openvino/assets/65596953/d9104eda-3c33-4cee-ab33-4df0e41cc6f3)
so we do not need `matrix`.
This commit is contained in:
Andrei Kashchikhin 2024-05-24 10:08:52 +01:00 committed by GitHub
parent 17f8e86e5f
commit cb85ddcb46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ jobs:
if: fromJSON(needs.smart_ci.outputs.affected_components).TOKENIZERS
GPU:
name: GPU ${{ matrix.TEST_TYPE }} Tests
name: GPU Tests
needs: [ Build, Smart_CI ]
if: fromJSON(needs.smart_ci.outputs.affected_components).GPU
timeout-minutes: 80