From 623949bbaaa3b38fac0c4ca0f8e42117f11b09d5 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 19 Nov 2020 16:47:20 -0500 Subject: [PATCH] Remove vestigial 'needs' --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47ea661d1..eb1117a2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: test: name: Run all tests - needs: build runs-on: ubuntu-latest timeout-minutes: 30 steps: