Skip to content

Commit 582bf20

Browse files
drop '#'
1 parent 107e1b3 commit 582bf20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ runs:
7373
*)
7474
MACHINE_TYPE="${RUNNER_TAG#[\"}"
7575
MACHINE_TYPE="${MACHINE_TYPE%_PERF=\"]}"
76-
echo "#"
7776
echo "# WARNING: Only specific tuned runners are fully supported."
7877
echo "# This workflow is not guaranteed to work with other runners."
79-
echo "#" ;;
78+
;;
8079
esac
8180
8281
case "$TARGET_DEVICE" in
@@ -90,10 +89,9 @@ runs:
9089
opencl:*) SAVE_SUFFIX="OCL" ;;
9190
*)
9291
SAVE_SUFFIX="${TARGET_DEVICE%%:*}";;
93-
echo "#"
9492
echo "# WARNING: Only level_zero backend is fully supported."
9593
echo "# This workflow is not guaranteed to work with other backends."
96-
echo "#" ;;
94+
;;
9795
esac
9896
9997
# Export variables with machine type, save name, device selector, etc.

0 commit comments

Comments
 (0)