From 14225b81cecc80a8d48911567e85668c5b3ecdaf Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 17 May 2022 15:53:33 +0200 Subject: [PATCH] chore: CI: really? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: