diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f45c7ffcd..96b2ed369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,6 +203,7 @@ jobs: test-dist: name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.script.name }} runs-on: ubuntu-latest + if: ${{ always() }} needs: [ dist-builder, sim-builder, ledger-app-builder, bitcoind-builder ] strategy: @@ -271,6 +272,7 @@ jobs: test-all: name: Python ${{ matrix.python-version }} ${{ matrix.device }} ${{ matrix.interface }} runs-on: ubuntu-latest + if: ${{ always() }} needs: [ sim-builder, ledger-app-builder, bitcoind-builder ] timeout-minutes: 45