Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 14s
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:36:43 -05:00
parent 8738e281d8
commit 3db3d04443

View file

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