Skip to content

Commit c588094

Browse files
committed
Increase the number of parallel jobs to 4.
1 parent 6712ba9 commit c588094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pricing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fi
7070
7171
total_subjects=${#subjects_array[@]}
72-
NUM_GROUPS=2 # Define the number of parallel jobs
72+
NUM_GROUPS=4 # Define the number of parallel jobs
7373
groups_json_array_content=""
7474
7575
for (( i=0; i<NUM_GROUPS; i++ )); do

.github/workflows/rails_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
fi
102102
103103
total_subjects=${#subjects_array[@]}
104-
NUM_GROUPS=2 # Define the number of parallel jobs
104+
NUM_GROUPS=4 # Define the number of parallel jobs
105105
groups_json_array_content=""
106106
107107
for (( i=0; i<NUM_GROUPS; i++ )); do

0 commit comments

Comments
 (0)