From 800c187f51dd22759d7464c5fc7b57e32c63a44c Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 23 May 2024 15:28:18 -0400 Subject: [PATCH] Disable 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 d9837c4cef..a047db6d24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -455,7 +455,7 @@ jobs: check-failures: name: Check for failures - if: always() + if: false runs-on: ubuntu-22.04 needs: - lint