Skip to content

Commit

Permalink
ci: exclude T3W1 production images
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Oct 22, 2024
1 parent 3a19609 commit 4855480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 4855480

Please sign in to comment.