1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-31 05:08:45 +00:00

fix(ci): remove unnecessary code changes [no changelog]

This commit is contained in:
M1nd3r 2025-02-25 11:36:57 +01:00
parent 177a0f4f3a
commit b7a355ddad

View File

@ -9,10 +9,10 @@ on:
- labeled
workflow_dispatch:
schedule:
- cron: "15 23 * * *" # every day @ 23:15
- cron: '15 23 * * *' # every day @ 23:15
push:
branches:
- "release/**"
- 'release/**'
# cancel any previous runs on the same PR
concurrency:
@ -416,6 +416,7 @@ jobs:
continue-on-error: true
- uses: ./.github/actions/upload-coverage
# Upgrade tests.
# See [docs/tests/upgrade-tests](../tests/upgrade-tests.md) for more info.
core_upgrade_test:
@ -456,6 +457,7 @@ jobs:
retention-days: 7
if: always()
# Persistence tests - UI.
core_persistence_test:
name: Persistence tests (${{ matrix.model }}, ${{ matrix.asan }}${{ matrix.protocol=='v2' && ', THP' || ''}})
@ -661,6 +663,7 @@ jobs:
if: always()
- uses: ./.github/actions/upload-coverage
# Tests for U2F and HID.
core_u2f_test:
name: U2F test (${{ matrix.model }}, ${{ matrix.asan }}${{ matrix.protocol=='v2' && ', THP' || ''}})