@@ -26,12 +26,12 @@ jobs:
2626 arduino-platform : ["funhouse_noota"]
2727 include :
2828 - offset : " 0x1000"
29- if : |
30- github.event_name != 'workflow_dispatch' ||
31- github.event.inputs.board == '' ||
32- matrix.arduino-platform == github.event.inputs.board
3329 steps :
3430 - uses : actions/setup-python@v5
31+ if : |
32+ github.event_name != 'workflow_dispatch' ||
33+ github.event.inputs.board == '' ||
34+ matrix.arduino-platform == github.event.inputs.board
3535 with :
3636 python-version : " 3.x"
3737 - uses : actions/checkout@v4
@@ -202,12 +202,12 @@ jobs:
202202 " feather_esp32s3_reverse_tft" ,
203203 " qtpy_esp32s3_n4r2" ,
204204 ]
205- if : |
206- github.event_name != 'workflow_dispatch' ||
207- github.event.inputs.board == '' ||
208- matrix.arduino-platform == github.event.inputs.board
209205 steps :
210206 - uses : actions/setup-python@v5
207+ if : |
208+ github.event_name != 'workflow_dispatch' ||
209+ github.event.inputs.board == '' ||
210+ matrix.arduino-platform == github.event.inputs.board
211211 with :
212212 python-version : " 3.x"
213213 - uses : actions/checkout@v4
@@ -311,12 +311,12 @@ jobs:
311311 arduino-platform : " wippersnapper_qtpy_esp32c3"
312312 - offset : " 0x0"
313313 arduino-platform : " wippersnapper_feather_esp32c6"
314- if : |
315- github.event_name != 'workflow_dispatch' ||
316- github.event.inputs.board == '' ||
317- matrix.arduino-platform == github.event.inputs.board
318314 steps :
319315 - uses : actions/setup-python@v5
316+ if : |
317+ github.event_name != 'workflow_dispatch' ||
318+ github.event.inputs.board == '' ||
319+ matrix.arduino-platform == github.event.inputs.board
320320 with :
321321 python-version : " 3.x"
322322 - uses : actions/checkout@v4
@@ -445,12 +445,12 @@ jobs:
445445 " pyportal_titano_tinyusb" ,
446446 " metro_m4_airliftlite_tinyusb" ,
447447 ]
448- if : |
449- github.event_name != 'workflow_dispatch' ||
450- github.event.inputs.board == '' ||
451- matrix.arduino-platform == github.event.inputs.board
452448 steps :
453449 - uses : actions/setup-python@v5
450+ if : |
451+ github.event_name != 'workflow_dispatch' ||
452+ github.event.inputs.board == '' ||
453+ matrix.arduino-platform == github.event.inputs.board
454454 with :
455455 python-version : " 3.x"
456456 - uses : actions/checkout@v4
@@ -523,12 +523,12 @@ jobs:
523523 fail-fast : false
524524 matrix :
525525 arduino-platform : ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
526- if : |
527- github.event_name != 'workflow_dispatch' ||
528- github.event.inputs.board == '' ||
529- matrix.arduino-platform == github.event.inputs.board
530526 steps :
531527 - uses : actions/setup-python@v5
528+ if : |
529+ github.event_name != 'workflow_dispatch' ||
530+ github.event.inputs.board == '' ||
531+ matrix.arduino-platform == github.event.inputs.board
532532 with :
533533 python-version : " 3.x"
534534 - uses : actions/checkout@v4
@@ -598,12 +598,12 @@ jobs:
598598 fail-fast : false
599599 matrix :
600600 arduino-platform : ["feather_esp8266"]
601- if : |
602- github.event_name != 'workflow_dispatch' ||
603- github.event.inputs.board == '' ||
604- matrix.arduino-platform == github.event.inputs.board
605601 steps :
606602 - uses : actions/setup-python@v5
603+ if : |
604+ github.event_name != 'workflow_dispatch' ||
605+ github.event.inputs.board == '' ||
606+ matrix.arduino-platform == github.event.inputs.board
607607 with :
608608 python-version : " 3.x"
609609 - uses : actions/checkout@v4
@@ -690,12 +690,12 @@ jobs:
690690 " metroesp32s2_debug" ,
691691 " metro_esp32s3_debug" ,
692692 ]
693- if : |
694- github.event_name != 'workflow_dispatch' ||
695- github.event.inputs.board == '' ||
696- matrix.arduino-platform == github.event.inputs.board
697693 steps :
698694 - uses : actions/setup-python@v5
695+ if : |
696+ github.event_name != 'workflow_dispatch' ||
697+ github.event.inputs.board == '' ||
698+ matrix.arduino-platform == github.event.inputs.board
699699 with :
700700 python-version : " 3.x"
701701 - uses : actions/checkout@v4
@@ -790,12 +790,12 @@ jobs:
790790 - offset : " 0x1000"
791791 - offset : " 0x0"
792792 arduino-platform : " wippersnapper_feather_esp32c6_debug"
793- if : |
794- github.event_name != 'workflow_dispatch' ||
795- github.event.inputs.board == '' ||
796- matrix.arduino-platform == github.event.inputs.board
797793 steps :
798794 - uses : actions/setup-python@v5
795+ if : |
796+ github.event_name != 'workflow_dispatch' ||
797+ github.event.inputs.board == '' ||
798+ matrix.arduino-platform == github.event.inputs.board
799799 with :
800800 python-version : " 3.x"
801801 - uses : actions/checkout@v4
0 commit comments