From 58ca7bd1919c56039e74ce81a1951bf9696260ca Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 18 Nov 2024 18:23:53 +0000 Subject: [PATCH] chore(ci): run `l1-contracts` CI in parallel with `build` step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 789e0413389..4c19fff0c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -752,7 +752,7 @@ jobs: path: network-test.log l1-contracts-test: - needs: [build, configure] + needs: [build-images, configure] runs-on: ${{ needs.configure.outputs.username }}-x86 if: needs.configure.outputs.l1-contracts == 'true' steps: