From f611a5eeb748ed6a472f2738b47ae3d3d737fe50 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 13 Jul 2025 12:47:30 -1000 Subject: [PATCH] do not wait for ruff --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caad54d343..c043c25936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -354,11 +354,9 @@ jobs: - clang-format - pytest - determine-jobs - - ruff if: | always() && - needs.determine-jobs.outputs.clang-tidy == 'true' && - (needs.ruff.result == 'success' || needs.ruff.result == 'skipped') + needs.determine-jobs.outputs.clang-tidy == 'true' steps: - run: echo "All clang-tidy dependencies ready"