Skip to content

Commit 64dda83

Browse files
committed
Revert "ci: Always run test"
This reverts commit edab2af. The always() option is too powerfull. The next commit implements an alternative solution to the original issue.
1 parent a20de95 commit 64dda83

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
@@ -210,7 +210,6 @@ jobs:
210210
test-dist:
211211
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }}
212212
runs-on: ubuntu-latest
213-
if: ${{ always() }}
214213
needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ]
215214

216215
strategy:
@@ -280,7 +279,6 @@ jobs:
280279
test-all:
281280
name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }}
282281
runs-on: ubuntu-latest
283-
if: ${{ always() }}
284282
needs: [ sim-builder, ledger-app-builder, bitcoind-builder ]
285283
timeout-minutes: 45
286284

0 commit comments

Comments
 (0)