Skip to content

Commit ce47ef4

Browse files
committed
test
1 parent 6a48763 commit ce47ef4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
is_pr=${{ github.event.pull_request.number != null }}
4646
is_performance_enabled=${{ contains(github.event.pull_request.labels.*.name, 'perf_test') }}
4747
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
5454
5555
echo "build-types=$build_types]" >> $GITHUB_OUTPUT
5656
echo "hw-types=$hw_types]" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)