Skip to content

Commit a0b5a41

Browse files
committed
Run 16 parallel jobs.
1 parent c6dd0ab commit a0b5a41

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=32 # Define the number of parallel jobs
72+
NUM_GROUPS=16 # 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
@@ -100,7 +100,7 @@ jobs:
100100
fi
101101
102102
total_subjects=${#subjects_array[@]}
103-
NUM_GROUPS=32 # Define the number of parallel jobs
103+
NUM_GROUPS=16 # Define the number of parallel jobs
104104
groups_json_array_content=""
105105
106106
for (( i=0; i<NUM_GROUPS; i++ )); do

0 commit comments

Comments
 (0)