From 7eb164f28a65426482557cc5dfcb31b9e7c23ab9 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 24 Apr 2024 23:16:54 -0500 Subject: [PATCH] chore(ci): fix concurrency key (#5962) --- .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 6dada291720..ce28bee2c1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - uses: ./.github/ci-setup-action with: dockerhub_password: "${{ secrets.DOCKERHUB_PASSWORD }}" - concurrency_key: yarn-project-test-${{ github.actor }}-x86 + concurrency_key: yarn-project-formatting-${{ github.actor }}-x86 - name: "Yarn Project Tests" timeout-minutes: 25 run: earthly --no-output ./yarn-project/+format-check