Skip to content

Commit 24d10fa

Browse files
committed
change from benchmark to compute-benchmarks
1 parent bc30802 commit 24d10fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
required: False
2626
tests_selector:
2727
description: |
28-
Three possible options: "e2e", "cts", and "benchmark".
28+
Three possible options: "e2e", "cts", and "compute-benchmarks".
2929
type: string
3030
default: "e2e"
3131

@@ -142,7 +142,7 @@ on:
142142
options:
143143
- e2e
144144
- cts
145-
- benchmark
145+
- compute-benchmarks
146146

147147
env:
148148
description: |
@@ -307,7 +307,7 @@ jobs:
307307
retention-days: ${{ inputs.retention-days }}
308308

309309
- name: Run compute-benchmarks on SYCL
310-
if: inputs.tests_selector == 'benchmark'
310+
if: inputs.tests_selector == 'compute-benchmarks'
311311
uses: ./devops/actions/run-tests/benchmark
312312
with:
313313
target_devices: ${{ inputs.target_devices }}

0 commit comments

Comments
 (0)