From b2238265aa518659c56b385cfab5cb771dcf264c Mon Sep 17 00:00:00 2001 From: ryanwolhuter Date: Thu, 18 Jan 2024 13:42:29 +0200 Subject: [PATCH] fix: remove test from build needs Signed-off-by: ryanwolhuter --- .github/workflows/check-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 09ec597..e83c17d 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -37,7 +37,7 @@ jobs: name: Build timeout-minutes: 15 runs-on: ubuntu-latest - needs: [lint, test] + needs: [lint] steps: - name: Check out code uses: actions/checkout@v3