Skip to content

Commit 08566b3

Browse files
committed
Update compile.yml
1 parent 3947c8b commit 08566b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
compile-sketch:
5252
needs: process-website #run after
5353
strategy:
54-
max-parallel: 1 # since the actions edit files in the repo, only run one at a time.
54+
max-parallel: 15 # since the actions edit files in the repo, only run one at a time.
5555
matrix:
5656
# list of programs to compile (can have multiple programs for multiple boards)
5757
# for additional-commands use | to separate multiple commands, to install library, use arduino-cli lib install <Library>

0 commit comments

Comments
 (0)