Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 11s
CI / Build individual modules (push) Failing after 33s
CI / Publish repo (push) Has been cancelled

This commit is contained in:
Kohi-denn 2025-05-21 09:38:35 -05:00
parent 3db3d04443
commit 4158a18ba6

View file

@ -35,7 +35,7 @@ jobs:
run: |
set -x
projects=(src/*/*)
set CI_CHUNK_NUM=${#projects[@]}
export CI_CHUNK_NUM=${#projects[@]}
echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV
# Temporary pause because of leak of tj-actions/changed-files