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"