Update onpush_builder.yaml

This commit is contained in:
Alexandre
2025-05-31 05:17:41 +02:00
committed by GitHub
parent 1866bcd145
commit 71c477c1fa

View File

@@ -69,6 +69,7 @@ jobs:
if: ${{ needs.detect-changed-addons.outputs.changedAddons != '' && needs.detect-changed-addons.outputs.changedAddons != '[]' }}
needs: [detect-changed-addons, prebuild-sanitize]
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }}