Skip to content

Commit bfa0eb3

Browse files
committed
Revert "ci: Always run test"
This reverts commit edab2af.
1 parent 1b01889 commit bfa0eb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ jobs:
208208
test-dist:
209209
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
210210
runs-on: ubuntu-latest
211-
if: ${{ always() }}
212211
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]
213212

214213
strategy:
@@ -278,7 +277,6 @@ jobs:
278277
test-all:
279278
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
280279
runs-on: ubuntu-latest
281-
if: ${{ always() }}
282280
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
283281
timeout-minutes: 45
284282

0 commit comments

Comments
 (0)