Skip to content

Commit a60ba2b

Browse files
Merge branch 'master' into i2sdupx
2 parents 86a840f + dd1498b commit a60ba2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
runs-on: ubuntu-latest
295295
strategy:
296296
matrix:
297-
chunk: [0, 1]
297+
chunk: [0, 1, 2, 3]
298298
steps:
299299
- uses: actions/checkout@v4
300300
with:
@@ -335,7 +335,7 @@ jobs:
335335
cnt=0
336336
for b in $(cut -f1 -d. /home/runner/work/arduino-pico/arduino-pico/boards.txt | sed 's/#.*//' | sed 's/^menu$//' | sort -u); do
337337
cnt=$((cnt + 1))
338-
rem=$((cnt % 2))
338+
rem=$((cnt % 4))
339339
if [ $rem == ${{ matrix.chunk }} ]; then
340340
pio ci --board=$b -O "platform_packages=framework-arduinopico@symlink:///home/runner/work/arduino-pico/arduino-pico" libraries/rp2040/examples/Bootsel/Bootsel.ino
341341
fi

0 commit comments

Comments
 (0)