diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00b074f147..cbb1e2683d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: build: needs: set-nightly - if: github.event_name != 'schedule' || github.repository == 'leanprover/lean4' + if: always() && (github.event_name != 'schedule' || github.repository == 'leanprover/lean4') runs-on: ${{ matrix.os }} defaults: run: