We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cecaf commit f47562bCopy full SHA for f47562b
.github/workflows/test-connect.yml
@@ -167,7 +167,7 @@ jobs:
167
all-models-api:
168
needs: [build, set-matrix]
169
name: all-models-api ${{ matrix.key }}
170
- if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'trezor/trezor-suite'
+ # if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'trezor/trezor-suite'
171
uses: ./.github/workflows/template-connect-test-params.yml
172
with:
173
testPattern: ${{ matrix.groups.pattern }}
0 commit comments