From 830fef20525a9c1afebce3847191735284d639cc Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Thu, 25 Jun 2026 15:19:47 +0200 Subject: [PATCH] ci: Restrict mise to 2 concurrent installs --- .github/workflows/update_lockfiles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_lockfiles.yml b/.github/workflows/update_lockfiles.yml index 773cdf0a5..6895553a0 100644 --- a/.github/workflows/update_lockfiles.yml +++ b/.github/workflows/update_lockfiles.yml @@ -34,6 +34,8 @@ jobs: # prebuilt binaries where available); bin/relock then resolves each cell # against its matching Ruby. - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + env: + MISE_JOBS: "2" with: install: true cache: true