Update .github/workflows/build_push.yml
Some checks are pending
CI / Prepare job (push) Waiting to run
CI / Build individual modules (push) Blocked by required conditions
CI / Publish repo (push) Blocked by required conditions

This commit is contained in:
Kohi-denn 2025-05-21 09:10:00 -05:00
parent 724c661a25
commit d1a72a27c6

View file

@ -21,9 +21,7 @@ env:
jobs:
prepare:
name: Prepare job
runs-on: docker
container:
image: ubuntu-22.04:docker://node:20-bullseye
runs-on: ubuntu-22.04:docker://node:20-bullseye
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps: