From b5b127c1313d53e47c4ed50fbe6f1c9fb5e17b24 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Sat, 9 Nov 2024 11:53:27 -0500 Subject: [PATCH] test and linter can run in any order - in parallel --- .github/workflows/test_complete_regression.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_complete_regression.yml b/.github/workflows/test_complete_regression.yml index fc7a261..99d7510 100644 --- a/.github/workflows/test_complete_regression.yml +++ b/.github/workflows/test_complete_regression.yml @@ -12,8 +12,6 @@ permissions: jobs: complete_regression: - needs: lint - if: always() runs-on: ubuntu-latest