fix workfow

This commit is contained in:
Anton Tranelis 2025-07-03 09:19:12 +02:00
parent 461f049c0f
commit 98eca89f17

View File

@ -37,7 +37,7 @@ jobs:
build-examples:
if: needs.files-changed.outputs.build == 'true'
name: Test Example Apps
needs: build
needs: [build, files-changed]
runs-on: ubuntu-latest
strategy:
matrix: