@@ -27,11 +27,14 @@ jobs:
27
27
include :
28
28
- offset : " 0x1000"
29
29
steps :
30
- - uses : actions/setup-python@v5
30
+ - name : " skip if unwanted "
31
31
if : |
32
32
github.event_name != 'workflow_dispatch' ||
33
33
github.event.inputs.board == '' ||
34
34
matrix.arduino-platform == github.event.inputs.board
35
+ run : |
36
+ echo "build this one!"
37
+ - uses : actions/setup-python@v5
35
38
with :
36
39
python-version : " 3.x"
37
40
- uses : actions/checkout@v4
@@ -203,11 +206,14 @@ jobs:
203
206
" qtpy_esp32s3_n4r2" ,
204
207
]
205
208
steps :
206
- - uses : actions/setup-python@v5
209
+ - name : " skip if unwanted "
207
210
if : |
208
211
github.event_name != 'workflow_dispatch' ||
209
212
github.event.inputs.board == '' ||
210
213
matrix.arduino-platform == github.event.inputs.board
214
+ run : |
215
+ echo "build this one!"
216
+ - uses : actions/setup-python@v5
211
217
with :
212
218
python-version : " 3.x"
213
219
- uses : actions/checkout@v4
@@ -312,11 +318,14 @@ jobs:
312
318
- offset : " 0x0"
313
319
arduino-platform : " wippersnapper_feather_esp32c6"
314
320
steps :
315
- - uses : actions/setup-python@v5
321
+ - name : " skip if unwanted "
316
322
if : |
317
323
github.event_name != 'workflow_dispatch' ||
318
324
github.event.inputs.board == '' ||
319
325
matrix.arduino-platform == github.event.inputs.board
326
+ run : |
327
+ echo "build this one!"
328
+ - uses : actions/setup-python@v5
320
329
with :
321
330
python-version : " 3.x"
322
331
- uses : actions/checkout@v4
@@ -446,11 +455,14 @@ jobs:
446
455
" metro_m4_airliftlite_tinyusb" ,
447
456
]
448
457
steps :
449
- - uses : actions/setup-python@v5
458
+ - name : " skip if unwanted "
450
459
if : |
451
460
github.event_name != 'workflow_dispatch' ||
452
461
github.event.inputs.board == '' ||
453
462
matrix.arduino-platform == github.event.inputs.board
463
+ run : |
464
+ echo "build this one!"
465
+ - uses : actions/setup-python@v5
454
466
with :
455
467
python-version : " 3.x"
456
468
- uses : actions/checkout@v4
@@ -524,11 +536,14 @@ jobs:
524
536
matrix :
525
537
arduino-platform : ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
526
538
steps :
527
- - uses : actions/setup-python@v5
539
+ - name : " skip if unwanted "
528
540
if : |
529
541
github.event_name != 'workflow_dispatch' ||
530
542
github.event.inputs.board == '' ||
531
543
matrix.arduino-platform == github.event.inputs.board
544
+ run : |
545
+ echo "build this one!"
546
+ - uses : actions/setup-python@v5
532
547
with :
533
548
python-version : " 3.x"
534
549
- uses : actions/checkout@v4
@@ -599,11 +614,14 @@ jobs:
599
614
matrix :
600
615
arduino-platform : ["feather_esp8266"]
601
616
steps :
602
- - uses : actions/setup-python@v5
617
+ - name : " skip if unwanted "
603
618
if : |
604
619
github.event_name != 'workflow_dispatch' ||
605
620
github.event.inputs.board == '' ||
606
621
matrix.arduino-platform == github.event.inputs.board
622
+ run : |
623
+ echo "build this one!"
624
+ - uses : actions/setup-python@v5
607
625
with :
608
626
python-version : " 3.x"
609
627
- uses : actions/checkout@v4
@@ -691,11 +709,14 @@ jobs:
691
709
" metro_esp32s3_debug" ,
692
710
]
693
711
steps :
694
- - uses : actions/setup-python@v5
712
+ - name : " skip if unwanted "
695
713
if : |
696
714
github.event_name != 'workflow_dispatch' ||
697
715
github.event.inputs.board == '' ||
698
716
matrix.arduino-platform == github.event.inputs.board
717
+ run : |
718
+ echo "build this one!"
719
+ - uses : actions/setup-python@v5
699
720
with :
700
721
python-version : " 3.x"
701
722
- uses : actions/checkout@v4
@@ -791,11 +812,14 @@ jobs:
791
812
- offset : " 0x0"
792
813
arduino-platform : " wippersnapper_feather_esp32c6_debug"
793
814
steps :
794
- - uses : actions/setup-python@v5
815
+ - name : " skip if unwanted "
795
816
if : |
796
817
github.event_name != 'workflow_dispatch' ||
797
818
github.event.inputs.board == '' ||
798
819
matrix.arduino-platform == github.event.inputs.board
820
+ run : |
821
+ echo "build this one!"
822
+ - uses : actions/setup-python@v5
799
823
with :
800
824
python-version : " 3.x"
801
825
- uses : actions/checkout@v4
0 commit comments