We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dd0ab commit a0b5a41Copy full SHA for a0b5a41
.github/workflows/pricing.yml
@@ -69,7 +69,7 @@ jobs:
69
fi
70
71
total_subjects=${#subjects_array[@]}
72
- NUM_GROUPS=32 # Define the number of parallel jobs
+ NUM_GROUPS=16 # Define the number of parallel jobs
73
groups_json_array_content=""
74
75
for (( i=0; i<NUM_GROUPS; i++ )); do
.github/workflows/rails_application.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments