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