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 2bb0f85 commit 62b4c7eCopy full SHA for 62b4c7e
.github/workflows/ci.yml
@@ -210,7 +210,6 @@ jobs:
210
test-dist:
211
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
212
runs-on: ubuntu-latest
213
- if: ${{ always() }}
214
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]
215
216
strategy:
@@ -280,7 +279,6 @@ jobs:
280
279
test-all:
281
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
282
283
284
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
285
timeout-minutes: 45
286
0 commit comments