From 01e1b607f197d107b39137c8803efde4fe6007ea Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:55:56 -0400 Subject: [PATCH] ci: always run the status check --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8641119a0..9f71673e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,7 @@ jobs: checks: name: Check job status + if: always() runs-on: ubuntu-latest needs: - test-linux-64