mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-12 14:16:06 +00:00
fix(ci): remove unnecessary code changes [no changelog]
This commit is contained in:
parent
02c5676928
commit
03962d0653
7
.github/workflows/core.yml
vendored
7
.github/workflows/core.yml
vendored
@ -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:
|
||||
@ -411,6 +411,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:
|
||||
@ -451,6 +452,7 @@ jobs:
|
||||
retention-days: 7
|
||||
if: always()
|
||||
|
||||
|
||||
# Persistence tests - UI.
|
||||
core_persistence_test:
|
||||
name: Persistence tests (${{ matrix.model }}, ${{ matrix.asan }}${{ matrix.protocol=='v2' && ', THP' || ''}})
|
||||
@ -656,6 +658,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' || ''}})
|
||||
|
Loading…
Reference in New Issue
Block a user