From 3abc862f77b883382e6f03ec66c5fd93efef9989 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 3 May 2024 14:35:29 -0400 Subject: [PATCH] chore(ci): improve dependency structure (#6200) This makes less things happen in parallel when they would just wait for one another (making it hard to find logs) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 369074f09b9..ad0e789d6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: run: earthly-ci --no-output ./noir-projects/+test yarn-project-formatting: - needs: setup + needs: noir-projects runs-on: ${{ github.actor }}-x86 steps: - { @@ -279,7 +279,7 @@ jobs: run: earthly-ci --no-output ./+barretenberg-acir-tests-bb.js docs-preview: - needs: setup + needs: build runs-on: ${{ inputs.username || github.actor }}-x86 if: github.event.number steps: