Skip to content

Commit 8f90476

Browse files
authored
ci: Restrict mise to 2 concurrent installs (#2984)
1 parent 25364a4 commit 8f90476

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update_lockfiles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
# prebuilt binaries where available); bin/relock then resolves each cell
3535
# against its matching Ruby.
3636
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
37+
env:
38+
MISE_JOBS: "2"
3739
with:
3840
install: true
3941
cache: true

0 commit comments

Comments
 (0)