diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 032f397c1..dfad6fcbc 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -21,7 +21,7 @@ update_distribution() { for category in ${CORE_CATEGORIES[${url}]} ; do process_url "${url}" "${category}" "${OUTPUT_FOLDER}" & done - if [ ${job_counter} -ge 20 ] ; then + if [ ${job_counter} -ge 0 ] ; then wait_jobs job_counter=0 else