Commit 8cdab34
committed
chore(ci): need to remove tags filter
- as when no branch or tag trigger is specified, both branchs AND tags will trigger a CI run, otherwise only the specified event (in this case tags) will trigger a CI run
- make use of yaml anchor support added in Sept 20251 parent 7abe39c commit 8cdab34
File tree
5 files changed
+9
-32
lines changed- .github/workflows
- radio/src/thirdparty
5 files changed
+9
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 13 | + | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
- docs/widgets/extra/calendar.md+1-1
- src/core/lv_disp.c+2-2
- src/core/lv_refr.c-4
- src/draw/swm341_dma2d/lv_gpu_swm341_dma2d.c+1-1
- src/extra/others/snapshot/lv_snapshot.c+1-1
- src/extra/widgets/span/lv_span.c+1-1
- src/font/lv_font_loader.c+1-1
- src/misc/lv_txt.c+9-11
- src/misc/lv_txt.h+4-8
- src/widgets/lv_label.c+3-19
- tests/ref_imgs/label_max_width.png
- tests/ref_imgs/widgets/span_01.png
- tests/ref_imgs/widgets/span_02.png
- tests/ref_imgs/widgets/span_03.png
- tests/ref_imgs/widgets/span_04.png
- tests/ref_imgs/widgets/span_05.png
- tests/ref_imgs/widgets/span_06.png
- tests/src/test_cases/test_label.c-61
- tests/src/test_cases/test_span.c-258
0 commit comments