We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c688 commit 2668080Copy full SHA for 2668080
1 file changed
.github/workflows/12-0-matrix.yaml
@@ -12,6 +12,7 @@ jobs:
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
node: [14, 16, 18]
15
+ max-parallel: 3
16
steps:
17
- name: Matrix Job Step 1
18
run: |
0 commit comments