Remove unwanted needs

This commit is contained in:
Daniel A. Wozniak 2024-11-25 14:16:58 -07:00 committed by Daniel Wozniak
parent 9ab829e3a3
commit 104c290915

View file

@ -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: