File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
45
45
is_pr=${{ github.event.pull_request.number != null }}
46
46
is_performance_enabled=${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
47
47
48
- if [[ $is_pr != 'true' ]] || [[ $is_performance_enabled == 'true' ]]; then
49
- # build_types+=',"performance"'
50
- # hw_types+=',"performance"'
51
- #wokwi_types+=',"performance"'
52
- #qemu_types+=',"performance"'
53
- fi
48
+ # if [[ $is_pr != 'true' ]] || [[ $is_performance_enabled == 'true' ]]; then
49
+ # build_types+=',"performance"'
50
+ # hw_types+=',"performance"'
51
+ # #wokwi_types+=',"performance"'
52
+ # #qemu_types+=',"performance"'
53
+ # fi
54
54
55
55
echo "build-types=$build_types]" >> $GITHUB_OUTPUT
56
56
echo "hw-types=$hw_types]" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments