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 6712ba9 commit c588094Copy full SHA for c588094
.github/workflows/pricing.yml
@@ -69,7 +69,7 @@ jobs:
69
fi
70
71
total_subjects=${#subjects_array[@]}
72
- NUM_GROUPS=2 # Define the number of parallel jobs
+ NUM_GROUPS=4 # 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
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments