Fix matrix order in workflow
This commit is contained in:
parent
4b0a31a2ed
commit
55defdfeaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tagging.yml
vendored
2
.github/workflows/tagging.yml
vendored
|
@ -31,7 +31,6 @@ jobs:
|
|||
continue-on-error: true
|
||||
strategy:
|
||||
matrix:
|
||||
epd_variant: [213epd, 29epd]
|
||||
chip:
|
||||
- name: lolin_s2_mini
|
||||
version: esp32s2
|
||||
|
@ -39,6 +38,7 @@ jobs:
|
|||
version: esp32s3
|
||||
- name: orangeclock
|
||||
version: esp32s3
|
||||
epd_variant: [213epd, 29epd]
|
||||
exclude:
|
||||
- chip: orangeclock
|
||||
epd_variant: 213epd
|
||||
|
|
Loading…
Reference in a new issue