From c55672629957af864ba8d1456517d9439984d99f Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 19 Mar 2025 13:02:18 -0400 Subject: [PATCH] Enable check failures job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1c64b5788..7cbeb7f0a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -562,7 +562,7 @@ jobs: check-failures: name: Check for failures - if: false + if: always() runs-on: ubuntu-24.04 needs: - lint