From 104c290915295141f1ae4b8db57a277672275465 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 25 Nov 2024 14:16:58 -0700 Subject: [PATCH] Remove unwanted needs --- .github/workflows/test-action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 336fabbb243..499ff64a6f3 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -74,8 +74,6 @@ jobs: # Full test runs. Each chunk should never take more than 2 hours. # Partial test runs(no chunk parallelization), 6 Hours timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }} - needs: - - generate-matrix strategy: fail-fast: false matrix: