Update onpush_builder.yaml

This commit is contained in:
Alexandre
2025-06-20 07:54:33 +02:00
committed by GitHub
parent 854df028c6
commit adbcd26369

View File

@@ -16,12 +16,11 @@ env:
jobs: jobs:
# 1. Detect which add-on folders changed (by config.json|yaml|yml modification) # 1. Detect which add-on folders changed (by config.json|yaml|yml modification)
detect-changed-addons: detect-changed-addons:
if: ${{ github.repository_owner == 'alexbelgium' && !contains(github.event.head_commit.message, 'nobuild') }} if: ${{ github.repository_owner == 'alexbelgium' && !contains(github.event.head_commit.message, 'nobuild') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
changedAddons: ${{ steps.find_addons.outputs.changed_addons }} changedAddons: ${{ steps.find_addons.outputs.changed_addons }}
dockerfile_exists: ${{ steps.dockerfile_check.outputs.dockerfile_exists }}
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4