[CI] [GHA] Fix GPU job display name if the job is skipped (#23965)
### Details: - If the GPU job is skipped, the UI shows:  The jobs created by `matrix` will have the necessary distinguishable properties in the `()` after the job name, e.g., for `Conformance`:  so we do not need `matrix`.
This commit is contained in:
parent
17f8e86e5f
commit
cb85ddcb46
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue