From 0cb7fa0555a1a1db9ab86fd446e676aa549d50b8 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Thu, 9 Oct 2025 12:29:59 -0500 Subject: [PATCH] github: Remove unit_tests_succeeded step --- .github/workflows/CI.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c157d9f08..735e9f0af 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,12 +31,6 @@ jobs: name: Run unit tests uses: ./.github/workflows/run_unit_tests.yml needs: [check_nims] - unit_tests_succeeded: - name: Unit tests succeeded - needs: [run_unit_tests] - runs-on: ubuntu-latest - steps: - - run: exit 0 run_system_tests: name: Run system tests uses: ./.github/workflows/run_system_tests.yml @@ -48,4 +42,4 @@ jobs: if: always() permissions: checks: write - pull-requests: write \ No newline at end of file + pull-requests: write