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

This commit is contained in:
Kohi-denn 2025-05-21 08:36:26 -05:00
parent 2cc07ffe89
commit ea5dd44967

View file

@ -22,7 +22,8 @@ jobs:
prepare:
name: Prepare job
runs-on: docker
container: ubuntu-latest
container:
image: ubuntu-latest
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps: