We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbe6be commit 445dbc9Copy full SHA for 445dbc9
.github/workflows/ci.yml
@@ -203,6 +203,7 @@ jobs:
203
test-dist:
204
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
205
runs-on: ubuntu-latest
206
+ if: ${{ always() }}
207
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]
208
209
strategy:
@@ -271,6 +272,7 @@ jobs:
271
272
test-all:
273
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
274
275
276
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
277
timeout-minutes: 45
278
0 commit comments