Skip to content

Commit e52f433

Browse files
committed
Merge branch 'feat/qol'
2 parents c89bfdc + e4c3921 commit e52f433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/scripts/tests_matrix.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if [[ $IS_PR != 'true' ]] || [[ $PERFORMANCE_ENABLED == 'true' ]]; then
1212
#qemu_types+=",'performance'"
1313
fi
1414

15-
branch="master"
1615
targets="'esp32','esp32s2','esp32s3','esp32c3','esp32c6','esp32h2'"
1716

1817
mkdir -p info
@@ -25,4 +24,3 @@ echo "hw-types=[$hw_types]" >> $GITHUB_OUTPUT
2524
echo "wokwi-types=[$wokwi_types]" >> $GITHUB_OUTPUT
2625
echo "qemu-types=[$qemu_types]" >> $GITHUB_OUTPUT
2726
echo "targets=[$targets]" >> $GITHUB_OUTPUT
28-
echo "branch=$branch" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)