mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
ci: exclude T3W1 production images
This commit is contained in:
parent
3a19609035
commit
48554804df
3
.github/workflows/core.yml
vendored
3
.github/workflows/core.yml
vendored
@ -53,6 +53,9 @@ jobs:
|
||||
- model: D001
|
||||
coins: universal
|
||||
type: normal
|
||||
exclude:
|
||||
- model: T3W1
|
||||
type: production
|
||||
env:
|
||||
TREZOR_MODEL: ${{ matrix.model == 'T2T1' && 'T' || matrix.model == 'D001' && 'DISC1' || matrix.model }}
|
||||
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
|
||||
|
Loading…
Reference in New Issue
Block a user