Skip to content

Commit

Permalink
chore(ci): fix concurrency key (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Apr 25, 2024
1 parent b12f609 commit 7eb164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb164f

Please sign in to comment.