Skip to content

Commit fad9bae

Browse files
committed
fix const
1 parent 983fa54 commit fad9bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ inputs:
3737
type: string
3838
required: False
3939

40+
env:
41+
BENCHMARK_RESULTS_BRANCH: "sycl-benchmark-ci-results"
42+
4043
runs:
4144
using: "composite"
4245
steps:
@@ -79,9 +82,6 @@ runs:
7982
python3 ./devops/scripts/benchmarks/presets.py query "$PRESET"
8083
[ "$?" -ne 0 ] && exit 1 # Stop workflow if invalid preset
8184
echo "PRESET=$PRESET" >> $GITHUB_ENV
82-
83-
# Set branch containing benchmark CI results:
84-
echo "BENCHMARK_RESULTS_BRANCH=sycl-benchmark-ci-results" >> $GITHUB_ENV
8585
- name: Compute CPU core range to run benchmarks on
8686
shell: bash
8787
run: |

0 commit comments

Comments
 (0)