@@ -26,12 +26,12 @@ jobs:
26
26
arduino-platform : ["funhouse_noota"]
27
27
include :
28
28
- offset : " 0x1000"
29
- if : |
30
- github.event_name != 'workflow_dispatch' ||
31
- github.event.inputs.board == '' ||
32
- matrix.arduino-platform == github.event.inputs.board
33
29
steps :
34
30
- 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
35
35
with :
36
36
python-version : " 3.x"
37
37
- uses : actions/checkout@v4
@@ -202,12 +202,12 @@ jobs:
202
202
" feather_esp32s3_reverse_tft" ,
203
203
" qtpy_esp32s3_n4r2" ,
204
204
]
205
- if : |
206
- github.event_name != 'workflow_dispatch' ||
207
- github.event.inputs.board == '' ||
208
- matrix.arduino-platform == github.event.inputs.board
209
205
steps :
210
206
- 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
211
211
with :
212
212
python-version : " 3.x"
213
213
- uses : actions/checkout@v4
@@ -311,12 +311,12 @@ jobs:
311
311
arduino-platform : " wippersnapper_qtpy_esp32c3"
312
312
- offset : " 0x0"
313
313
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
318
314
steps :
319
315
- 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
320
320
with :
321
321
python-version : " 3.x"
322
322
- uses : actions/checkout@v4
@@ -445,12 +445,12 @@ jobs:
445
445
" pyportal_titano_tinyusb" ,
446
446
" metro_m4_airliftlite_tinyusb" ,
447
447
]
448
- if : |
449
- github.event_name != 'workflow_dispatch' ||
450
- github.event.inputs.board == '' ||
451
- matrix.arduino-platform == github.event.inputs.board
452
448
steps :
453
449
- 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
454
454
with :
455
455
python-version : " 3.x"
456
456
- uses : actions/checkout@v4
@@ -523,12 +523,12 @@ jobs:
523
523
fail-fast : false
524
524
matrix :
525
525
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
530
526
steps :
531
527
- 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
532
532
with :
533
533
python-version : " 3.x"
534
534
- uses : actions/checkout@v4
@@ -598,12 +598,12 @@ jobs:
598
598
fail-fast : false
599
599
matrix :
600
600
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
605
601
steps :
606
602
- 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
607
607
with :
608
608
python-version : " 3.x"
609
609
- uses : actions/checkout@v4
@@ -690,12 +690,12 @@ jobs:
690
690
" metroesp32s2_debug" ,
691
691
" metro_esp32s3_debug" ,
692
692
]
693
- if : |
694
- github.event_name != 'workflow_dispatch' ||
695
- github.event.inputs.board == '' ||
696
- matrix.arduino-platform == github.event.inputs.board
697
693
steps :
698
694
- 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
699
699
with :
700
700
python-version : " 3.x"
701
701
- uses : actions/checkout@v4
@@ -790,12 +790,12 @@ jobs:
790
790
- offset : " 0x1000"
791
791
- offset : " 0x0"
792
792
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
797
793
steps :
798
794
- 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
799
799
with :
800
800
python-version : " 3.x"
801
801
- uses : actions/checkout@v4
0 commit comments