Update onpush_builder.yaml

This commit is contained in:
Alexandre
2022-04-27 18:14:58 +02:00
committed by GitHub
parent 9d0075cb3b
commit f5f69b2952

View File

@@ -42,7 +42,8 @@ jobs:
uses: actions/checkout@v3
- name: 🔎 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2
with: path: "./${{ matrix.addon }}"
with:
path: "./${{ matrix.addon }}"
build:
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}