We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a070d5 commit 186b36eCopy full SHA for 186b36e
devops/actions/run-tests/benchmark_v2/action.yml
@@ -33,7 +33,6 @@ runs:
33
shell: bash
34
env:
35
TARGET_DEVICE: ${{ inputs.target_devices }}
36
- RUNNER_NAME: ${{ runner.name }}
37
PRESET: ${{ inputs.preset }}
38
run: |
39
case "$RUNNER_TAG" in
@@ -51,7 +50,6 @@ runs:
51
50
echo "Bad runner name, please ensure runner name is [a-zA-Z0-9_-]."
52
exit 1
53
fi
54
- echo "RUNNER_NAME=$RUNNER_NAME" >> $GITHUB_ENV
55
56
# input.target_devices is not directly used, as this allows code injection
57
case "$TARGET_DEVICE" in
0 commit comments