From 11c2f31499addbaf9ff87150f27dd6d6b3e71eba Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Wed, 4 Jun 2025 18:46:12 +0200 Subject: [PATCH] ci: build PYOPT=1 emulators nightly [no changelog] --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index a1accb4898..2f0ae06cd9 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -115,7 +115,7 @@ jobs: model: [T2T1, T3B1, T3T1, T3W1] coins: [universal, btconly] # type: [normal, debuglink] - type: [debuglink] + type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink"]' || '["debuglink"]') }} asan: ${{ fromJSON(needs.param.outputs.asan) }} exclude: - type: normal