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

This commit is contained in:
Kohi-denn 2025-05-21 08:07:16 -05:00
parent fc37330c4f
commit 4f7456323d

View file

@ -16,9 +16,7 @@ concurrency:
cancel-in-progress: true
env:
NUM_INDIVIDUAL_MODULES: 1
CI_CHUNK_SIZE: 65
CI_CHUNK_NUM: 6
jobs:
prepare:
@ -33,6 +31,13 @@ jobs:
ref: main
token: ${{ secrets.BOT_PAT }}
- name: Get number of modules
run: |
set -x
projects=(src/*/*)
echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV
# Temporary pause because of leak of tj-actions/changed-files
# - name: Find lib changes
# id: modified-libs