Skip to content

Commit 0d79d89

Browse files
committed
Fix typo pt 3.
1 parent 23330fc commit 0d79d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/run-tests/benchmark_v2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
echo "ONEAPI_DEVICE_SELECTOR=$TARGET_DEVICE" >> $GITHUB_ENV
6666
6767
# Make sure specified preset is a known value and is not malicious
68-
python3 ./devops/scripts/benchmarks/presets.py "$PRESET"
68+
python3 ./devops/scripts/benchmarks/presets.py query "$PRESET"
6969
[ "$?" -ne 0 ] && exit 1 # Stop workflow if invalid preset
7070
echo "PRESET=$PRESET" >> $GITHUB_ENV
7171
- name: Compute CPU core range to run benchmarks on

0 commit comments

Comments
 (0)