From 2db0f1e49be193cb0a750a0c263a8ba70e596cfd Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Wed, 6 Aug 2025 17:58:14 +0100 Subject: [PATCH] don't wait for lint --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb4b5fac63..9554a02e8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -373,7 +373,7 @@ jobs: calculate-test-jobs: if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail - needs: linting-done + # needs: linting-done runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2