From 21a7363fedba100c93aefef02c64913f468e9c1a Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Wed, 11 Jan 2023 17:45:37 +0100 Subject: [PATCH] fix need --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index db69002bbc..9abfb64838 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -88,7 +88,7 @@ jobs: timeout-minutes: 30 name: "Build Components" runs-on: ubuntu-22.04 - needs: [main] + needs: [setup] strategy: fail-fast: false # max-parallel: 4